Back to Devexpress

CustomShowPreviewEventArgs.Criteria Property

expressappframework-devexpress-dot-expressapp-dot-reportsv2-dot-customshowprevieweventargs.md

latest1.3 KB
Original Source

CustomShowPreviewEventArgs.Criteria Property

Gets the criteria applied to data.

Namespace : DevExpress.ExpressApp.ReportsV2

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

NuGet Package : DevExpress.ExpressApp.ReportsV2

Declaration

csharp
public CriteriaOperator Criteria { get; }
vb
Public ReadOnly Property Criteria As CriteriaOperator

Property Value

TypeDescription
CriteriaOperator

A CriteriaOperator object used to filter data.

|

See Also

CustomShowPreviewEventArgs Class

CustomShowPreviewEventArgs Members

DevExpress.ExpressApp.ReportsV2 Namespace