Represents class containing parameters used by SectionColumnsDialog.
Definition
Namespace:Telerik.WinForms.Documents.UI.Extensibility
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class SectionColumnsDialogContext
Inheritance: objectSectionColumnsDialogContext
Constructors
Initialize new instance of SectionColumnsDialogContext class.
C#
public SectionColumnsDialogContext(RadRichTextBox owner, Action<SectionColumnCollection> applySectionColumnsCallback)
The owner of the dialog.
applySectionColumnsCallbackAction<SectionColumnCollection>Callback which is executed when dialog changes are applied.
Properties
Callback which is executed when dialog changes are applied.
C#
public Action<SectionColumnCollection> ApplySectionColumnsCallback { get; }
Gets the owner of the SectionColumnsDialog.
C#
public RadRichTextBox Owner { get; }