Skip to main content
A newer version of this page is available. .

FormatRuleBase.IsValid Property

Gets whether the current FormatRuleBase object is properly customized.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

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

Declaration

[Browsable(false)]
public virtual bool IsValid { get; }

Property Value

Type Description
Boolean

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

See Also