Skip to main content
All docs
V23.2

EnumMemberInfo.Order Property

Gets the Order property value of the applied DisplayAttribute.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public int? Order { get; }

Property Value

Type Description
Nullable<Int32>

The Order property value of the applied System.ComponentModel.DataAnnotations.

See Also