Table of Contents

Class SortingConfiguration

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents a table column sorting configuration.

public class SortingConfiguration
Inheritance
object
SortingConfiguration
Extension Methods

Properties

DefaultDirection

Gets or sets default sorting direction.

public SortTypeEnum? DefaultDirection { get; set; }

Property Value

SortTypeEnum?

Remarks

Null value represents no default sorting. Sortable has to be set to true to take effect.

Sortable

Gets or sets whether the table rows are sortable by values in this column.

public bool Sortable { get; set; }

Property Value

bool