Skip to main content

GridFilterMenuDataItem.Value Property

Specifies a filter menu item’s value.

Namespace: DevExpress.Blazor

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