PreviousCharacterCommand(IRichEditControl) Constructor
In This Article
Initializes a new instance of the PreviousCharacterCommand class with the specified owner.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public PreviousCharacterCommand(
IRichEditControl control
)
#Parameters
Name | Type | Description |
---|---|---|
control | IRich |
An object implementing the DevExpress. |
See Also