KaxToolBarButtonGroup Property |
Gets or sets the group to which the button belongs.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string Group { get; set; }
Public Property Group As String
Get
Set
public:
property String^ Group {
String^ get ();
void set (String^ value);
}
member Group : string with 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