Back to Devexpress

FormatRuleBase.Enabled Property

windowsforms-devexpress-dot-xtraeditors-dot-formatrulebase-072f5e72.md

latest1.6 KB
Original Source

FormatRuleBase.Enabled Property

Gets or sets whether the current FormatRuleBase object is enabled.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
[XtraSerializableProperty(XtraSerializationFlags.SuppressDefaultValue)]
public virtual bool Enabled { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty(XtraSerializationFlags.SuppressDefaultValue)>
<DXCategory("Behavior")>
Public Overridable Property Enabled As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the current FormatRuleBase object is enabled; otherwise, false.

|

Remarks

If the FormatRuleBase object is disabled, the style formats exposed by the current object are not in effect.

See Also

FormatRuleBase Class

FormatRuleBase Members

DevExpress.XtraEditors Namespace