Skip to main content
All docs
V25.1
  • GridFilterMenuDataItem.Value Property

    Specifies a filter menu item’s value.

    Namespace: DevExpress.Blazor

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