Class InsertTableDialogContext
Inheritance
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public class InsertTableDialogContext : Object
Constructors
InsertTableDialogContext(Action<Int32, Int32, Boolean>, RadRichTextBox)
Initializes a new instance of the InsertTableDialogContext class.
Declaration
public InsertTableDialogContext(Action<int, int, bool> insertTableCallback, RadRichTextBox owner)
Parameters
System.Action<System.Int32, System.Int32, System.Boolean>
insertTableCallback
The insert table callback. First parameter specifies rows; second parameter specifies columns; the third parameter specifies if paragraphs should be inserted before table when it is in the start of block container. |
RadRichTextBox
owner
The owner of the dialog. |
Properties
InsertTableCallback
Declaration
public Action<int, int, bool> InsertTableCallback { get; }
Property Value
System.Action<System.Int32, System.Int32, System.Boolean>
|