A newer version of this page is available.
Switch to the current version.
StyleFormatConditionBase.IsValid Property
Gets a value indicating whether the current style format condition is enabled.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v19.2.dll
Declaration
[Browsable(false)]
public virtual bool IsValid { get; }
<Browsable(False)>
Public Overridable ReadOnly Property IsValid As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if the StyleFormatConditionBase.Condition property isn't set to the FormatConditionEnum.None value; otherwise, false. |
See Also
Feedback