Click or drag to resize

ITreeListNodeGetDisplayText Method

Returns the text representation of a specific column value

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

Parameters

columnID
Type: SystemObject
An object that identifies a column

Return Value

Type: String
A text string that represents a specific column value
See Also