Skip to main content
.NET 6.0+

CustomShowPreviewEventArgs.CanApplyCriteria Property

Gets whether or not the criteria can be applied.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public bool CanApplyCriteria { get; }

Property Value

Type Description
Boolean

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

See Also