officefileapi-devexpress-dot-xtrarichedit-dot-commands-a8876b5e.md
Invokes the Line Numbers dialog.
Namespace : DevExpress.XtraRichEdit.Commands
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
public class ShowLineNumberingFormCommand :
ChangeSectionFormattingCommandBase<LineNumberingInfo>
Public Class ShowLineNumberingFormCommand
Inherits ChangeSectionFormattingCommandBase(Of LineNumberingInfo)
The typical Line Numbers dialog is shown below:
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