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