Represents the CheckBoxSectionViewModel class.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class CheckBoxSectionViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable, IEditableObject
Inheritance: objectViewModelBaseCheckBoxSectionViewModel
Implements:
Inherited Members
Constructors
C#
public CheckBoxSectionViewModel(CheckBoxProperties checkBoxProperties)
Properties
CheckedFontFamily
FontFamily
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; }
UncheckedFontFamily
FontFamily
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:
Finishes the editing cycle and reverts all the changes.
C#
public void CancelEdit()
Implements:
Finishes the editing cycle and retains all the changes.
C#
public void EndEdit()
Implements: