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

FilterItem.Value Property

Gets the filter value represented by the current filter item.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.1.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Value property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also