CompactModeFilterItem.DisplayValue Property
Gets or sets a filter item caption.
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 item caption. |
Remarks
Use the DisplayValue property to set a caption of the filter item. To set the filter criteria, use the CompactModeFilterItem.EditValue property.
See Also