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