Skip to main content
All docs
V25.1
  • EnumMemberInfo.Order Property

    Gets the Order property value of the applied DisplayAttribute.

    Namespace: DevExpress.Mvvm

    Assembly: DevExpress.Mvvm.v25.1.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