windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsview-a6660627.md
Gets or sets whether to display format rule descriptions in Rule Editor and Rule Manager.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
[DefaultValue(false)]
[XtraSerializableProperty]
public bool AllowFormatRuleDescription { get; set; }
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property AllowFormatRuleDescription As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true to display format rule descriptions in Rule Editor and Rule Manager ; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to AllowFormatRuleDescription |
|---|---|
| PivotGridControl |
.OptionsView .AllowFormatRuleDescription
|
Format rule descriptions (stored in the FormatRuleBase.Description property) are initially hidden. Enable the AllowFormatRuleDescription option to show descriptions and allow users to edit them.
Controls display format rule descriptions in Rule Editor and Rule Manager :
Refer to the following help topic for more information: Conditional Formatting.
See Also