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.v20.2.Core.dll

NuGet Packages: DevExpress.Gauges.Core, DevExpress.WindowsDesktop.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