Back to Devexpress

PivotGridFormatRule.IsValid Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridformatrule-b572fb91.md

latest1.5 KB
Original Source

PivotGridFormatRule.IsValid Property

Determines whether the rule is correct.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public override bool IsValid { get; }
vb
Public Overrides ReadOnly Property IsValid As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

The IsValid property is used to check format rules contained in the PivotGridControl.FormatRules collection. If the IsValid property returns false , the rule is not applied to the pivot grid cells.

See Also

FormatRules

PivotGridFormatRule Class

PivotGridFormatRule Members

DevExpress.XtraPivotGrid Namespace