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

PivotGridStyles.MenuItemStyle Property

Gets the style settings used to paint the context menu’s items.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public PivotGridMenuItemStyle MenuItemStyle { get; }

Property Value

Type Description
PivotGridMenuItemStyle

A PivotGridMenuItemStyle object that contains the style settings.

See Also