Skip to main content
A newer version of this page is available. .

CompactModeFilterItem.DisplayValue Property

Gets or sets a filter item caption.

Namespace: DevExpress.Xpf.Grid

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

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