Click or drag to resize
KaxToolBarButtonChecked Property
Gets or sets if the button is checked.

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

Property Value

Type: Boolean
Remarks

The Checked property of the button depends on the CheckOnClick property. If the CheckOnClick property is set to false, the Checked property will be ignored.

When a button's Checked state is set to true, all the buttons that belong to the same group in the KaxToolBar get their Checked state set to false.

See Also