Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FilterItem.Value Property

Gets the filter value represented by the current filter item.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v24.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