New to Telerik UI for WPFStart a free 30-day trial

Represents thePlainTextSectionViewModel class.

Definition

Constructors

Constructs the PlainTextSectionViewModel.

C#
public PlainTextSectionViewModel(TextProperties textProperties)
Parameters:textPropertiesTextProperties

The plain text properties that defines the control.

Properties

Gets or sets whether the text could be multiline or not.

C#
public bool IsMultiline { get; set; }

Methods

Starts the editing cycle.

C#
public void BeginEdit()

Implements: IEditableObject.BeginEdit()

Finishes the editing cycle and reverts all the changes.

C#
public void CancelEdit()

Implements: IEditableObject.CancelEdit()

Finishes the editing cycle and retains all the changes.

C#
public void EndEdit()

Implements: IEditableObject.EndEdit()