Skip to main content

CompactModeFilterItem.DisplayValue Property

Gets or sets a filter item caption.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public object DisplayValue { get; set; }

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