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

BaseLeafPrimitive.Enabled Property

Gets or sets whether the object is enabled.

Namespace: DevExpress.XtraGauges.Core.Primitive

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the object is enabled; otherwise, false.

See Also