officefileapi-devexpress-dot-xtrarichedit-dot-commands-542c96f0.md
Changes selected text between title case, upper case, and lower case.
Namespace : DevExpress.XtraRichEdit.Commands
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
public class ChangeCaseCommand :
ChangeCaseCommandBase
Public Class ChangeCaseCommand
Inherits ChangeCaseCommandBase
By default, the command has SHIFT + F4 key combination assigned to it.
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 ChangeCaseCommand
See Also