Back to Devexpress

Bullets and Numbering Dialog

wpf-119477-controls-and-libraries-rich-text-editor-visual-elements-dialogs-bullets-and-numbering-dialog.md

latest2.0 KB
Original Source

Bullets and Numbering Dialog

  • Nov 26, 2021
  • 2 minutes to read

The Bullets and Numbering dialog enables end-users to work with lists: create lists of different types (bulleted, numbered, multi-level numbered) and customize styles for these list types.

Right-click the list and select the Bullets and Numbering… item from the context menu to invoke this dialog. Refer to the Create a Simple Rich Text Editor for details on how to provide a ribbon UI for the RichEditControl. Executing the ShowNumberingListFormCommand command invokes this dialog as well.

The Customize… button invokes one of the following dialogs to create a custom style for the selected list type:

  • Customize Bulleted List

  • Customize Numbered List

  • Customize Outline Numbered List

Tip

Call the NumberingListCollection.Add to add the AbstractNumberingList or NumberingList instance to the document lists collection and create bulleted or numbered list in code. Refer to the Lists topic for examples.

See Also

Lists in Rich Text Documents