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

ASPxGridViewRowCommandEventArgs.CommandArgs Property

Gets the argument for the command.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public CommandEventArgs CommandArgs { get; }

Property Value

Type Description
CommandEventArgs

A CommandEventArgs object that contains an argument for the command.

See Also