Share via


ColumnBase<TGridItem>.IsSortableByDefault Method

Definition

Get a value indicating whether this column should act as sortable if no value was set for the Sortable parameter. The default behavior is not to be sortable unless Sortable is true.

Derived components may override this to implement alternative default sortability rules.

protected virtual bool IsSortableByDefault ();
abstract member IsSortableByDefault : unit -> bool
override this.IsSortableByDefault : unit -> bool
Protected Overridable Function IsSortableByDefault () As Boolean

Returns

True if the column should be sortable by default, otherwise false.

Applies to