New to Telerik UI for WinFormsStart a free 30-day trial

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)
Parameters:ownerRadRichTextBox

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; }