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

Identifies the MaxWidth dependency property.

Syntax

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

Return Value

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

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also