A newer version of this page is available.
Switch to the current version.
Command.CommandSourceType Property
Gets or sets the type of the object which invokes the command.
Namespace: DevExpress.Utils.Commands
Assembly: DevExpress.Data.v18.2.dll
Declaration
public virtual CommandSourceType CommandSourceType { get; set; }
Public Overridable Property CommandSourceType As CommandSourceType
Property Value
Type | Description |
---|---|
CommandSourceType | A CommandSourceType enumeration value, specifying the object type. |
See Also
Feedback