Skip to main content

ShowLineNumberingFormCommand Class

Invokes the Line Numbers Dialog dialog.

Namespace: DevExpress.XtraRichEdit.Commands

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

#Declaration

public class ShowLineNumberingFormCommand :
    ChangeSectionFormattingCommandBase<LineNumberingInfo>

#Remarks

The typical Line Numbers dialog is shown below:

DXRichEdit_LineNumbers_Dialog

#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