ITableColumnDefinition.IsSortable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the colimn can be sorted using the default UI.
public:
property bool IsSortable { bool get(); };
public:
property bool IsSortable { bool get(); };
public bool IsSortable { get; }
member this.IsSortable : bool
Public ReadOnly Property IsSortable As Boolean
Property Value
Returns Boolean.
Remarks
If this returns false then there will be no built-in UI for letting the user sort the column.