Class
SectionColumnsDialogContext

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

RadRichTextBox

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

Action<SectionColumnCollection>

Owner

Gets the owner of the SectionColumnsDialog.

Declaration

cs-api-definition
public RadRichTextBox Owner { get; }

Property Value

RadRichTextBox