ActualWidthProperty Field
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Column Class : ActualWidthProperty Field

Identifies the ActualWidth dependency property.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly ActualWidthProperty As DependencyProperty
C# 
public static readonly DependencyProperty ActualWidthProperty

Return Value

The identifier for the ActualWidth dependency property. By default, 125.0d.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also