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

Interaction logic for PlainTextSection.xaml

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class PlainTextSection : DialogConfirmSection, IComponentConnector

Inheritance: objectDialogConfirmSectionPlainTextSection

Implements: IComponentConnector

Inherited Members DialogConfirmSection.Confirm()DialogConfirmSection.Cancel()

Constructors

C#
public PlainTextSection()

Properties

Gets the context of the dialog.

C#
protected override IEditableObject Context { get; }

Overrides: DialogConfirmSection.Context

Methods

Binds the dialog to the provided context.

C#
public override void BindToContext(ContentControlPropertiesContext context)
Parameters:contextContentControlPropertiesContext

The context to be bound to the control.

Overrides: DialogConfirmSection.BindToContext(ContentControlPropertiesContext)

InitializeComponent

C#
public void InitializeComponent()