Share via


TemplateColumn<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 override bool IsSortableByDefault ();
override this.IsSortableByDefault : unit -> bool
Protected Overrides Function IsSortableByDefault () As Boolean

Returns

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

Applies to