Share via


ITableColumnDefinition.IsSortable Property

Definition

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.

Applies to