Class
DialogConfirmSection

Represents the DialogConfirmSection class.

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public abstract class DialogConfirmSection : UserControl

Inheritance: objectDialogConfirmSection

Derived Classes: CheckBoxSectionDatePickerSectionDropDownListsSectionGeneralSectionPlainTextSectionRepeatingSection

Constructors

DialogConfirmSection()

Declaration

cs-api-definition
protected DialogConfirmSection()

Properties

Context

Gets the context of the dialog.

Declaration

cs-api-definition
protected abstract IEditableObject Context { get; }

Property Value

IEditableObject

Methods

BindToContext(ContentControlPropertiesContext)

Binds the dialog to the provided context.

Declaration

cs-api-definition
public abstract void BindToContext(ContentControlPropertiesContext context)

Parameters

context

ContentControlPropertiesContext

The context to be bound to the dialog.

Cancel()

Executed when the dialog is canceled.

Declaration

cs-api-definition
public void Cancel()

Confirm()

Executed when the dialog is confirmed.

Declaration

cs-api-definition
public void Confirm()