Skip to main content

PivotGridStyles.MenuStyle Property

Gets the style settings used to paint the context menu.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridMenuStyle MenuStyle { get; }

Property Value

Type Description
PivotGridMenuStyle

A PivotGridMenuStyle object that contains the style settings.

See Also