Back to Devexpress

IncrementIndentCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-80cf2abb.md

latest1.9 KB
Original Source

IncrementIndentCommand Class

Increments the indent level of the paragraph.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class IncrementIndentCommand :
    IncrementIndentCommandBase
vb
Public Class IncrementIndentCommand
    Inherits IncrementIndentCommandBase

Inheritance

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.ChangeIndentCommand IncrementIndentCommandBase IncrementIndentCommand

See Also

IncrementIndentCommand Members

DecrementIndentCommand

DevExpress.XtraRichEdit.Commands Namespace