RepositoryItemAnyControl.GetBasicDisplayText(Object) Method
Returns the text representation of the specified edit value.
Namespace: DevExpress.XtraEditors.CustomEditor
Assembly: DevExpress.XtraEditors.v22.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
editValue | Object | The value whose text representation is to be returned. |
Returns
Type | Description |
---|---|
String | The text representation of the specified edit value. |
Remarks
The GetBasicDisplayText method returns the result of the ToString method invoked for the specified edit value. If the edit value is null or DBNull, the GetBasicDisplayText method returns an empty string.
See Also