Sdílet prostřednictvím


TableColumnDefinitionBase.IsSortable Property

Definition

Indicates whether the column can be sorted using the default UI.

public:
 virtual property bool IsSortable { bool get(); };
public:
 virtual property bool IsSortable { bool get(); };
public virtual bool IsSortable { get; }
member this.IsSortable : bool
Public Overridable ReadOnly Property IsSortable As Boolean

Property Value

Returns Boolean.

Implements

Remarks

If this returns false then there will be no built-in UI for letting the user sort the column.

Applies to