ClassPlainTextSectionViewModel
Class
Represents thePlainTextSectionViewModel class.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class PlainTextSectionViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable, IEditableObject
Inheritance: objectViewModelBasePlainTextSectionViewModel
Implements:
Inherited Members
Constructors
PlainTextSectionViewModel(TextProperties)
Constructs the PlainTextSectionViewModel.
Declaration
cs-api-definition
public PlainTextSectionViewModel(TextProperties textProperties)
Parameters
textProperties
The plain text properties that defines the control.
Properties
IsMultiline
Gets or sets whether the text could be multiline or not.
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