ClassSectionColumnsDialogContext
Class
Represents class containing parameters used by SectionColumnsDialog.
Definition
Namespace:Telerik.Windows.Documents.UI.Extensibility
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class SectionColumnsDialogContext
Inheritance: objectSectionColumnsDialogContext
Constructors
SectionColumnsDialogContext(RadRichTextBox, Action<SectionColumnCollection>)
Initialize new instance of SectionColumnsDialogContext class.
Declaration
cs-api-definition
public SectionColumnsDialogContext(RadRichTextBox owner, Action<SectionColumnCollection> applySectionColumnsCallback)
Parameters
owner
The owner of the dialog.
applySectionColumnsCallback
Action<SectionColumnCollection>
Callback which is executed when dialog changes are applied.
Properties
ApplySectionColumnsCallback
Callback which is executed when dialog changes are applied.
Declaration
cs-api-definition
public Action<SectionColumnCollection> ApplySectionColumnsCallback { get; }
Property Value
Owner
Gets the owner of the SectionColumnsDialog.