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

CustomShowPreviewEventArgs.CanApplySortProperty Property

Gets whether or not sorting can be applied.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v18.2.dll

Declaration

public bool CanApplySortProperty { get; }

Property Value

Type Description
Boolean

true, if the sorting can be applied; otherwise, false.

See Also