Click or drag to resize
EditorToolGroup Class
Represents logical group of EditorTool objects. The default ToolAdapter will render the EditorToolGroup object as a toolbar.
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.ControlsEditorToolGroup

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class EditorToolGroup : StateManager, 
	IAttributeAccessor

The EditorToolGroup type exposes the following members.

Constructors
  NameDescription
Public methodEditorToolGroup
Top
Methods
  NameDescription
Public methodContains
Determines whether the group a tool with the specified name.
Public methodFindTool
Finds the tool with the given name.
Public methodGetAllTools
Gets all tools inside the group.
Top
Properties
  NameDescription
Public propertyAttributes
Gets the custom attributes which will be serialized on the client.
Public propertyTag
Gets or sets a string which will be used by the ToolAdapter to associate the group with the adapter's virtual structure. In the default adapter this is the name of the docking zone where the toolbar should be placed.
Public propertyTools
Gets the children of the EditorToolGroup.
Top
See Also