ClassCheckBoxSection
Class
Interaction logic for CheckBoxSection.xaml
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class CheckBoxSection : DialogConfirmSection, IComponentConnector
Inheritance: objectDialogConfirmSectionCheckBoxSection
Implements:
Inherited Members
Constructors
CheckBoxSection()
Declaration
cs-api-definition
public CheckBoxSection()
Properties
Context
Gets the context of the dialog.
Declaration
cs-api-definition
protected override IEditableObject Context { get; }
Property Value
Overrides
Methods
BindToContext(ContentControlPropertiesContext)
Binds the dialog to the provided context.
Declaration
cs-api-definition
public override void BindToContext(ContentControlPropertiesContext context)
Parameters
context
ContentControlPropertiesContext
The context to be bound to the control.
Overrides
InitializeComponent()
InitializeComponent
Declaration
cs-api-definition
public void InitializeComponent()