GridActionAttributeActionParameterName - свойство

Gets or sets the name of the action parameter. The default value is "command".

Пространство имён:  Telerik.Web.Mvc
Сборка:  Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксис
C#
public string ActionParameterName { get; set; }

Значение свойства

Тип: String
The name of the action parameter.
Примеры
C#
[GridAction(ActionParameterName="param")]
public ActionResult Index(GridCommand param)
{
}
См. также