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

Represents the CheckBoxSectionViewModel class.

Definition

Constructors

C#
public CheckBoxSectionViewModel(CheckBoxProperties checkBoxProperties)
Parameters:checkBoxPropertiesCheckBoxProperties

Properties

Gets or sets the font family of the checked symbol.

C#
public FontFamily CheckedFontFamily { get; set; }

Gets or sets the checked symbol.

C#
public char CheckedSymbol { get; set; }

Gets or sets the font family of the unchecked symbol.

C#
public FontFamily UncheckedFontFamily { get; set; }

Gets or sets the unchecked symbol.

C#
public char UncheckedSymbol { get; set; }

Methods

Starts the editing cycle.

C#
public void BeginEdit()

Implements: IEditableObject.BeginEdit()

Finishes the editing cycle and reverts all the changes.

C#
public void CancelEdit()

Implements: IEditableObject.CancelEdit()

Finishes the editing cycle and retains all the changes.

C#
public void EndEdit()

Implements: IEditableObject.EndEdit()