Skip to main content

BaseLeafPrimitive.Enabled Property

Gets or sets whether the object is enabled.

Namespace: DevExpress.XtraGauges.Core.Primitive

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

[DefaultValue(true)]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean true

true if the object is enabled; otherwise, false.

See Also