Click or drag to resize
BCExtensionCommandGroupCollectionEditorGetDisplayText Method
Retrieves the display text for the given list item.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
protected override string GetDisplayText(
	Object value
)

Parameters

value
Type: SystemObject
The list item for which to retrieve display text.

Return Value

Type: String
The display text for value.
See Also