Back to Devexpress

DecrementIndentCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-6dc23865.md

latest1.9 KB
Original Source

DecrementIndentCommand Class

Decrements 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 DecrementIndentCommand :
    DecrementIndentCommandBase
vb
Public Class DecrementIndentCommand
    Inherits DecrementIndentCommandBase

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 DecrementIndentCommandBase DecrementIndentCommand

See Also

DecrementIndentCommand Members

IncrementIndentCommand

DevExpress.XtraRichEdit.Commands Namespace