Skip to main content
.NET 6.0+

CollectionSourceBase.CanApplySorting Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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