Back to Devexpress

DecrementIndentCommandBase Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-75748219.md

latest1.9 KB
Original Source

DecrementIndentCommandBase Class

A base class for DecrementIndentCommand and RtlDecrementIndentCommand classes.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class DecrementIndentCommandBase :
    ChangeIndentCommand
vb
Public Class DecrementIndentCommandBase
    Inherits ChangeIndentCommand

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

DecrementIndentCommandBase Members

DevExpress.XtraRichEdit.Commands Namespace