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

Identifies the MinWidth dependency property.

Syntax

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

Return Value

The identifier for the MinWidth dependency property. By default, double.NaN.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also