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

TreeListFormatRule.IsValid Property

Gets whether the current TreeListFormatRule object is properly customized.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.TreeList

Declaration

public override bool IsValid { get; }

Property Value

Type Description
Boolean

true if the TreeListFormatRule object is properly customized; otherwise, false.

See Also