Skip to main content

RepositoryItemAnyControl.GetBasicDisplayText(Object) Method

Returns the text representation of the specified edit value.

Namespace: DevExpress.XtraEditors.CustomEditor

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static string GetBasicDisplayText(
    object editValue
)

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