DataSource.Filter Property
Gets or sets the logical expression to be applied to the data for filtering.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.2.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
Property Value
Type | Description |
---|---|
String | A String value specifying a logical expression to be applied to the data for filtering. |
Remarks
To learn more about building filter criteria, see Expression Constants, Operators, and Functions.
Implements
See Also