Back to Devexpress

FormatConditionRuleBase.IsValid Property

windowsforms-devexpress-dot-xtraeditors-dot-formatconditionrulebase-bb964213.md

latest1.3 KB
Original Source

FormatConditionRuleBase.IsValid Property

Gets whether the current FormatConditionRuleBase object is properly customized.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

FormatConditionRuleBase Class

FormatConditionRuleBase Members

DevExpress.XtraEditors Namespace