Skip to main content
A newer version of this page is available. .
All docs
V23.1

GridFilterMenuDataItem.Value Property

Specifies a filter menu item’s value.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

The item value.

Remarks

Handle the CustomizeFilterMenu action to customize the list of filter menu items. Refer to the action descriptions for more information and examples.

See Also