Back to Devexpress

FilterItem.Value Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-filteritem-ff460f9f.md

latest1.7 KB
Original Source

FilterItem.Value Property

Gets the filter value represented by the current filter item.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public object Value { get; }
vb
Public ReadOnly Property Value As Object

Property Value

TypeDescription
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

Value

FilterItem Class

FilterItem Members

DevExpress.XtraGrid.Views.Grid Namespace