Skip to main content

FormatConditionRuleBase.IsValid Property

Gets whether the current FormatConditionRuleBase object is properly customized.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Boolean

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

See Also