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

Represents a dialog for setting numbering values in the Telerik document UI extensibility.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public interface ISetNumberingValueDialog

Derived Classes: SetNumberingValueDialog

Methods

Displays the numbering value dialog for the specified context.

C#
void Show(SetNumberingValueDialogContext context)
Parameters:contextSetNumberingValueDialogContext

The context for the numbering value dialog, containing the necessary information to configure the dialog.