StateIndicator.AddEnum(Enum) Method
Creates states from the elements of the specified enumerator and adds them to the StateIndicator.States collection.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
states | Enum | An enumerator value that identifies states to be added to the StateIndicator.States collection. |
See Also