Back to Devexpress

RepositoryItemAnyControl.GetBasicDisplayText(Object) Method

windowsforms-devexpress-dot-xtraeditors-dot-customeditor-dot-repositoryitemanycontrol-dot-getbasicdisplaytext-x28-system-dot-object-x29.md

latest1.8 KB
Original Source

RepositoryItemAnyControl.GetBasicDisplayText(Object) Method

Returns the text representation of the specified edit value.

Namespace : DevExpress.XtraEditors.CustomEditor

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public static string GetBasicDisplayText(
    object editValue
)
vb
Public Shared Function GetBasicDisplayText(
    editValue As Object
) As String

Parameters

NameTypeDescription
editValueObject

The value whose text representation is to be returned.

|

Returns

TypeDescription
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

RepositoryItemAnyControl Class

RepositoryItemAnyControl Members

DevExpress.XtraEditors.CustomEditor Namespace