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

    Gets the Description property value of the applied DisplayAttribute.

    Namespace: DevExpress.Mvvm

    Assembly: DevExpress.Mvvm.v25.1.dll

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

    Declaration

    public string Description { get; }

    Property Value

    Type Description
    String

    The Description property value of the applied DisplayAttribute.

    See Also