ClassCheckBoxSectionViewModel
Class
Represents the CheckBoxSectionViewModel class.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class CheckBoxSectionViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable, IEditableObject
Inheritance: objectViewModelBaseCheckBoxSectionViewModel
Implements:
Inherited Members
Constructors
CheckBoxSectionViewModel(CheckBoxProperties)
Declaration
cs-api-definition
public CheckBoxSectionViewModel(CheckBoxProperties checkBoxProperties)
Parameters
checkBoxProperties
Properties
CheckedFontFamily
Gets or sets the font family of the checked symbol.
Declaration
cs-api-definition
public FontFamily CheckedFontFamily { get; set; }
Property Value
FontFamily
CheckedSymbol
Gets or sets the checked symbol.
UncheckedFontFamily
Gets or sets the font family of the unchecked symbol.
Declaration
cs-api-definition
public FontFamily UncheckedFontFamily { get; set; }
Property Value
FontFamily
UncheckedSymbol
Gets or sets the unchecked symbol.
Methods
BeginEdit()
Starts the editing cycle.
Declaration
cs-api-definition
public void BeginEdit()
Implements
CancelEdit()
Finishes the editing cycle and reverts all the changes.
Declaration
cs-api-definition
public void CancelEdit()
Implements
EndEdit()
Finishes the editing cycle and retains all the changes.
Declaration
cs-api-definition
public void EndEdit()
Implements