Back to Devexpress

TreeListFormatRule.IsValid Property

windowsforms-devexpress-dot-xtratreelist-dot-styleformatconditions-dot-treelistformatrule-5b594069.md

latest1.6 KB
Original Source

TreeListFormatRule.IsValid Property

Gets whether the current TreeListFormatRule object is properly customized.

Namespace : DevExpress.XtraTreeList.StyleFormatConditions

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

TreeListFormatRule Class

TreeListFormatRule Members

DevExpress.XtraTreeList.StyleFormatConditions Namespace