Back to Devexpress

VGridFormatRule.IsValid Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-styleformatconditions-dot-vgridformatrule-2a876c1b.md

latest1.4 KB
Original Source

VGridFormatRule.IsValid Property

Gets whether the rule can be applied.

Namespace : DevExpress.XtraVerticalGrid.StyleFormatConditions

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Boolean

true if the rule can be applied; otherwise, false.

|

See Also

VGridFormatRule Class

VGridFormatRule Members

DevExpress.XtraVerticalGrid.StyleFormatConditions Namespace