Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

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