Click or drag to resize
UniGraphToolbarAppendGroup Method
Adds group to list of menu groups.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected void AppendGroup(
	string controlPath,
	KeyValuePair<string, Object> controlValue,
	string groupCaption
)

Parameters

controlPath
Type: SystemString
Path of control representing group
controlValue
Type: System.Collections.GenericKeyValuePairString, Object
Object to be sent to control
groupCaption
Type: SystemString
Caption of group
See Also