Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

ShowNumberingListFormCommand Class

Invokes the Bullets And Numbering dialog window.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public class ShowNumberingListFormCommand :
    SelectionBasedCommandBase

Remarks

The Bullets And Numbering dialog enables the end-user to select the required list type (bulleted, numbered, multi-level numbered) and customize the selected style, if necessary. The dialog window is illustrated below:

BulletsAndNumberingForm

The Customize… button invokes the customization dialog for the selected style. The dialog shown is different for each list type, and available types of dialog windows are illustrated below:

  • The Customize Bulleted List dialog allows selection of the bullet symbol and specifies the indent (distance between the page margin and the text of the list item) and alignment (distance between the bullet symbol and the page margin) of the bulleted list.

    CustomizeBulletedListForm

  • The Customize Numbered List dialog allows specifying the number style, number indentation and position.

    CustomizeNumberedListForm

  • The Customize Outline Numbered List dialog allows specifying the number style for different levels, number indentation and position and several settings specific to the multi-level list.

    CustomizeOutlineNumberedListForm

Inheritance

Object
Command
DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
RichEditCommand
DevExpress.XtraRichEdit.Commands.SelectionBasedCommandBase
ShowNumberingListFormCommand
See Also