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

CompactModeFilterItem.EditValue Property

Gets or sets the filter item filter criteria value.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public object EditValue { get; set; }

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