Class PlainTextSectionViewModel
Represents thePlainTextSectionViewModel class.
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class PlainTextSectionViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable, IEditableObject
Constructors
PlainTextSectionViewModel(TextProperties)
Constructs the PlainTextSectionViewModel.
Declaration
public PlainTextSectionViewModel(TextProperties textProperties)
Parameters
TextProperties
textProperties
The plain text properties that defines the control. |
Properties
IsMultiline
Gets or sets whether the text could be multiline or not.
Declaration
public bool IsMultiline { get; set; }
Property Value
System.Boolean
|
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()