Back to Devexpress

InsertBulletListCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-84a52f45.md

latest2.1 KB
Original Source

InsertBulletListCommand Class

A command to insert a bulleted list.

Namespace : DevExpress.XtraRichEdit.Commands

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class InsertBulletListCommand :
    InsertSimpleListCommand
vb
Public Class InsertBulletListCommand
    Inherits InsertSimpleListCommand

Inheritance

Show 13 items

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand DevExpress.XtraRichEdit.Commands.RichEditCaretBasedCommand DevExpress.XtraRichEdit.Commands.RichEditSelectionCommand DevExpress.XtraRichEdit.Commands.InsertObjectCommandBase DevExpress.XtraRichEdit.Commands.NumberingListCommandBase DevExpress.XtraRichEdit.Commands.InsertMultiLevelListCommand InsertSimpleListCommand InsertBulletListCommand

See Also

InsertBulletListCommand Members

InsertSimpleListCommand

DevExpress.XtraRichEdit.Commands Namespace