Skip to main content
A newer version of this page is available. .
Tab

GridViewStyles.FilterRowMenuItem Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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