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

StyleFormatConditionBase.IsValid Property

Gets a value indicating whether the current style format condition is enabled.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Boolean

true if the StyleFormatConditionBase.Condition property isn’t set to the FormatConditionEnum.None value; otherwise, false.

See Also