Back to Devexpress

MakeTextUpperCaseCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-35a9cace.md

latest1.9 KB
Original Source

MakeTextUpperCaseCommand Class

Converts selected text to upper case.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class MakeTextUpperCaseCommand :
    ChangeCaseCommandBase
vb
Public Class MakeTextUpperCaseCommand
    Inherits ChangeCaseCommandBase

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.ChangeCharacterFormattingCommandBase<Boolean> DevExpress.XtraRichEdit.Commands.ChangeCaseCommandBase MakeTextUpperCaseCommand

See Also

MakeTextUpperCaseCommand Members

DevExpress.XtraRichEdit.Commands Namespace