Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomShowPreviewEventArgs.CanApplySortProperty Property

Gets whether or not sorting can be applied.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public bool CanApplySortProperty { get; }

Property Value

Type Description
Boolean

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

See Also