Skip to main content
Bar

BarsLocalizer.CreateEnumItemFromIndex<T>(Int32) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static T CreateEnumItemFromIndex<T>(
    int index
)

Parameters

Name Type
index Int32

Type Parameters

Name
T

Returns

Type
T
See Also