Class CheckBoxControlState
Represents the CheckBoxControlState class.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.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
|