Class DialogConfirmSection
Represents the DialogConfirmSection class.
Inheritance
System.Object
DialogConfirmSection
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public abstract class DialogConfirmSection : UserControl
Constructors
DialogConfirmSection()
Declaration
protected DialogConfirmSection()
Properties
Context
Gets the context of the dialog.
Declaration
protected abstract IEditableObject Context { get; }
Property Value
System.ComponentModel.IEditableObject
|
Methods
BindToContext(ContentControlPropertiesContext)
Binds the dialog to the provided context.
Declaration
public abstract void BindToContext(ContentControlPropertiesContext context)
Parameters
ContentControlPropertiesContext
context
The context to be bound to the dialog. |
Cancel()
Executed when the dialog is canceled.
Declaration
public void Cancel()
Confirm()
Executed when the dialog is confirmed.
Declaration
public void Confirm()