Gets or sets a value indicating whether the C1ToolBarCheckButton is in the pressed or not pressed state by default, or is in an indeterminate state.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[JsonAttribute(true)] [LayoutAttribute(LayoutType.Behavior)] [DefaultValueAttribute(CheckState.Unchecked)] public CheckState CheckState { get; set; } |
| Visual Basic (Declaration) |
|---|
<JsonAttribute(True)> _ <LayoutAttribute(LayoutType.Behavior)> _ <DefaultValueAttribute(CheckState.Unchecked)> _ Public Property CheckState As CheckState Get Set |