Skip to main content
A newer version of this page is available. .

CollectionSourceBase.CanApplySorting Property

Specifies whether or not sorting options are applied from the application model.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public bool CanApplySorting { get; set; }

Property Value

Type Description
Boolean

true, when sorting options are applied from the application model; otherwise - false.

See Also