DashboardExcelDataSource.Filter Property
Gets or sets the logical expression to be applied to the data for filtering.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | null | A String value specifying the 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