Represents the context for the Set Numbering Value dialog in the Telerik UI framework. This context is used to manage the settings associated with numbering in documents.
Definition
Namespace:Telerik.Windows.Documents.UI.Extensibility
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class SetNumberingValueDialogContext
Inheritance: objectSetNumberingValueDialogContext
Constructors
C#
public SetNumberingValueDialogContext(RadRichTextBox radRichTextBox)
Properties
Represents the RadRichTextBox used in the SetNumberingValueDialogContext.
C#
public RadRichTextBox RadRichTextBox { get; }
Methods
Initializes a new numbered list in the Set Numbering Value dialog context.
C#
public void StartNewList(int fromNumber)
The starting value for the new list.