Back to Devexpress

ShowLineNumberingFormCommand Class

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

latest2.3 KB
Original Source

ShowLineNumberingFormCommand Class

Invokes the Line Numbers dialog.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ShowLineNumberingFormCommand :
    ChangeSectionFormattingCommandBase<LineNumberingInfo>
vb
Public Class ShowLineNumberingFormCommand
    Inherits ChangeSectionFormattingCommandBase(Of LineNumberingInfo)

Remarks

The typical Line Numbers dialog is shown below:

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand DevExpress.XtraRichEdit.Commands.SelectionBasedCommandBase SelectionBasedPropertyChangeCommandBase DevExpress.XtraRichEdit.Commands.ChangeSectionFormattingCommandBase<DevExpress.XtraRichEdit.Model.LineNumberingInfo> ShowLineNumberingFormCommand

See Also

ShowLineNumberingFormCommand Members

Line Numbers Dialog

DevExpress.XtraRichEdit.Commands Namespace