A newer version of this page is available.
Switch to the current version.
InsertTextCommand.CommandSourceType Property
Gets or sets the type of the source which has issued the command.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v18.2.Core.dll
Declaration
public override CommandSourceType CommandSourceType { get; set; }
Public Overrides Property CommandSourceType As CommandSourceType
Property Value
Type | Description |
---|---|
CommandSourceType | A CommandSourceType enumeration member that helps identify the command's origin. |
Implements
DevExpress.XtraRichEdit.Commands.IInsertTextCommand.CommandSourceType
See Also
Feedback