CompactModeFilterItem.EditValue Property
Gets or sets the filter item filter criteria value.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.2.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Object | A filter criteria value. |
Remarks
Use the EditValue property to set a filter criteria for a particular filter item displayed in compact panel. Refer to the Expressions topic to learn more about expression syntax.
See Also