Click or drag to resize

ILookupEditorBaseGetDisplayText Method

Returns the text representation of the specified value formatted using the editor's settings.

Namespace:  EBP.Api.Interfaces.Controls.List
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
string GetDisplayText(
	Object editValue
)

Parameters

editValue
Type: SystemObject
An object representing the value to be formatted.

Return Value

Type: String
A string value representing the formatted textual representation of the value specified.
See Also