Skip to main content
Tab

DataViewPagerPanelCommandEventArgs.CommandSource Property

Gets an object representing the control which forced a postback.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public object CommandSource { get; }

Property Value

Type Description
Object

A Object that identifies the source of the command.

See Also