Skip to main content

BaseLeafPrimitive.Enabled Property

Gets or sets whether the object is enabled.

Namespace: DevExpress.XtraGauges.Core.Primitive

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

NuGet Package: DevExpress.Gauges.Core

Declaration

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

Property Value

Type Description
Boolean

true if the object is enabled; otherwise, false.

See Also