Skip to main content

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public void AddEnum(
    Enum states
)

Parameters

Name Type Description
states Enum

An enumerator value that identifies states to be added to the StateIndicator.States collection.

See Also