PivotGridOptionsMenu.EnableFormatRulesMenu Property
Gets or sets a value indicating whether the PivotGridControl.FormatRules context menu is allowed and can be invoked by an end-user.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool EnableFormatRulesMenu { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the context menu is allowed and can be invoked by an end-user; otherwise, false. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Enable |
---|---|
Pivot |
|
#Remarks
If the EnableFormatRulesMenu option is enabled, an end-user can apply format rules for a data cells by right-clicking the data area (see the image below).
Important
To enable the multi-column item layout at the third menu level shown in the image above, add the Bar