Back to Devexpress

FormatConditionBase.IsEnabled Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-formatconditionbase-6ed67181.md

latest1.1 KB
Original Source

FormatConditionBase.IsEnabled Property

Gets or sets a flag that indicates whether the format rule is enabled. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool IsEnabled { get; set; }
vb
Public Property IsEnabled As Boolean

Property Value

TypeDescription
Boolean

true, if the format rule is enabled; otherwise, false.

|

See Also

FormatConditionBase Class

FormatConditionBase Members

DevExpress.Xpf.PivotGrid Namespace