Back to Devexpress

PivotGridOptionsView.AllowFormatRuleDescription Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsview-a6660627.md

latest2.4 KB
Original Source

PivotGridOptionsView.AllowFormatRuleDescription Property

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public bool AllowFormatRuleDescription { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property AllowFormatRuleDescription As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to display format rule descriptions in Rule Editor and Rule Manager ; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowFormatRuleDescription
PivotGridControl

.OptionsView .AllowFormatRuleDescription

|

Remarks

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

PivotGridOptionsView Class

PivotGridOptionsView Members

DevExpress.XtraPivotGrid Namespace