Skip to main content
Tab

ASPxGridViewRowCommandEventArgs.CommandArgs Property

Gets the argument for the command.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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