Click or drag to resize
KaxToolBarButtonGroup Property
Gets or sets the group to which the button belongs.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string Group { get; set; }

Property Value

Type: String
Remarks
The Group property of the button depends on the CheckOnClick property. When several buttons in the KaxToolBar are assigned to the same group, checking one of them will uncheck the one that is currently checked. If the CheckOnClick property is set to false, the Group property will be ignored.
See Also