Skip to main content
.NET 6.0+

CustomShowPreviewEventArgs.CanApplySortProperty Property

Gets whether or not sorting can be applied.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v24.1.dll

Declaration

public bool CanApplySortProperty { get; }

Property Value

Type Description
Boolean

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

See Also