ClassDialogConfirmSection
Class
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:
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
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.