Back to Devexpress

GridFormatRule.IsValid Property

windowsforms-devexpress-dot-xtragrid-dot-gridformatrule-cd8ea94d.md

latest1.3 KB
Original Source

GridFormatRule.IsValid Property

Gets whether the current GridFormatRule object is properly customized.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public override bool IsValid { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property IsValid As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

GridFormatRule Class

GridFormatRule Members

DevExpress.XtraGrid Namespace