Click or drag to resize
KaxToolBarGetGroupButtons Method
Gets a linear list of all toolbar buttons in the KaxToolBar control, which belong to the specified group

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public IList<KaxToolBarButton> GetGroupButtons(
	string group
)

Parameters

group
Type: SystemString
The name of the group to search for.

Return Value

Type: IListKaxToolBarButton
An IList object containing all the buttons in the current KaxToolBar control, which belong to the specified group.
See Also