Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool IsEnabled { get; set; }

Property Value

Type Description
Boolean

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

See Also