EnumDescriptor.GetCaption(String) Method
Returns the display caption associated with a specified value of the enumeration represented by the EnumDescriptor.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| valueName | String | A string representing the enumeration value whose corresponding display caption will be retrieved. |
Returns
| Type | Description |
|---|---|
| String | A string representing the display caption associated with the specified value of the enumeration represented by the EnumDescriptor. |
Remarks
Generally, there is no need to use this GetCaption method overload, as there is an overload which takes an enumeration value directly.
See Also