Skip to main content
A newer version of this page is available. .

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

Declaration

public bool IsEnabled { get; set; }

Property Value

Type Description
Boolean

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

See Also