Back to Devexpress

FormatRuleBase.IsValid Property

windowsforms-devexpress-dot-xtraeditors-dot-formatrulebase-e1535d41.md

latest1.2 KB
Original Source

FormatRuleBase.IsValid Property

Gets whether the current FormatRuleBase 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 FormatRuleBase object is properly customized; otherwise, false.

|

See Also

FormatRuleBase Class

FormatRuleBase Members

DevExpress.XtraEditors Namespace