Skip to main content

MultiCommand.CommandSourceType Property

Gets or sets the type of the object which invokes the command.

Namespace: DevExpress.XtraRichEdit.Commands

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

#Declaration

public override CommandSourceType CommandSourceType { get; set; }

#Property Value

Type Description
CommandSourceType

A DevExpress.Utils.Commands.CommandSourceType enumeration value, specifying the object type.

See Also