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

Identifies the HasFixedWidth dependency property.

Syntax

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

Return Value

The identifier for the HasFixedWidth dependency property. By default, false.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also