Skip to main content
A newer version of this page is available. .
Tab

DataViewPagerPanelCommandEventArgs.CommandSource Property

Gets an object representing the control which forced a postback.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public object CommandSource { get; }

Property Value

Type Description
Object

A Object that identifies the source of the command.

See Also