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

Identifies the SortDirection dependency property.

Syntax

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

Return Value

The identifier for the SortDirection dependency property. By default, SortDirection.None.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also