CompactModeFilterItem.EditValue Property
Gets or sets the filter item filter criteria value.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
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