Gets or sets a value indicating whether the C1ToolBarCheckButton item is pressed or not pressed.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[LayoutAttribute(LayoutType.Behavior)]
[DefaultValueAttribute(false)]
[JsonAttribute(true)]
public bool Checked { get; set; }
Visual Basic (Declaration)
<LayoutAttribute(LayoutType.Behavior)> _
<DefaultValueAttribute(False)> _
<JsonAttribute(True)> _
Public Property Checked As Boolean
	Get
	Set

Remarks

If true, the button includes a checkmark and it appears pressed. If false, the button does not include a check mark and it appears not pressed.

See Also