Skip to main content

FilterItem.Value Property

Gets the filter value represented by the current filter item.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public object Value { get; }

Property Value

Type Description
Object

An object representing the filter value defined by the filter item.

Remarks

This property value is initialized by the object’s constructor. When end-users choose an item within the filter dropdown, the column is filtered by the chosen item’s FilterItem.Value property.

This property corresponds to the ColumnFilterInfo.Value property.

See Also