New to Telerik UI for WPFStart a free 30-day trial

Represents the check box content control.

Definition

Constructors

C#
public CheckBoxControl()

Fields

IsCheckedProperty

DependencyProperty

Identifies the IsChecked dependency property.

C#
public static readonly DependencyProperty IsCheckedProperty

Properties

Gets or sets the value that indicates whether or not the control is checked.

C#
public bool IsChecked { get; set; }

Methods

Initializes the check box content control with provided state.

C#
public override void Initialize(ContentControlState state)
Parameters:stateContentControlState

The state with which the control should be initialized.

Overrides: ContentControlBase.Initialize(ContentControlState)

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Overrides: ContentControlBase.OnInitialized(EventArgs)