Class CheckBoxControlState
Represents the CheckBoxControlState class.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class CheckBoxControlState : ContentControlState, INotifyPropertyChanged
Properties
IsChecked
Gets or sets the value that indicates whether the control with this state should appear checked or not.
Declaration
public bool IsChecked { get; set; }
Property Value
System.Boolean
|