Skip to main content
Tab

GridViewStyles.FilterRowMenuItem Property

Gets the style settings used to paint the filter row menu items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public MenuItemStyle FilterRowMenuItem { get; }

Property Value

Type Description
MenuItemStyle

A MenuItemStyle object that contains style settings.

Remarks

To specify the style settings used to paint the filter row menu, use the GridViewStyles.FilterRowMenu property.

See Also