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

Represents the DialogConfirmSection class.

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public abstract class DialogConfirmSection : UserControl

Inheritance: objectDialogConfirmSection

Derived Classes: CheckBoxSectionDatePickerSectionDropDownListsSectionGeneralSectionPlainTextSectionRepeatingSection...

Constructors

C#
protected DialogConfirmSection()

Properties

Gets the context of the dialog.

C#
protected abstract IEditableObject Context { get; }

Methods

Binds the dialog to the provided context.

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

The context to be bound to the dialog.

Executed when the dialog is canceled.

C#
public void Cancel()

Executed when the dialog is confirmed.

C#
public void Confirm()