Skip to main content
Tab

ASPxGridViewRowCommandEventArgs.CommandArgs Property

Gets the argument for the command.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

Declaration

public CommandEventArgs CommandArgs { get; }

Property Value

Type Description
CommandEventArgs

A CommandEventArgs object that contains an argument for the command.

See Also