Back to Devexpress

ShowEditStyleFormCommand Class

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

latest2.1 KB
Original Source

ShowEditStyleFormCommand Class

Invokes the Modify Style dialog that allows you to edit the document style.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ShowEditStyleFormCommand :
    RichEditMenuItemSimpleCommand
vb
Public Class ShowEditStyleFormCommand
    Inherits RichEditMenuItemSimpleCommand

Remarks

To learn more refer to the Style Editor Dialog topic.

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand ShowEditStyleFormCommand

See Also

ShowEditStyleFormCommand Members

Style Editor Dialog

Text Formatting

DevExpress.XtraRichEdit.Commands Namespace