GridActionAttributeEnableCustomBinding - свойство

Gets or sets a value indicating whether custom binding is enabled. Used when implementing custom ajax binding.

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

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

Тип: Boolean
true if custom binding is enabled; otherwise, false. The default value is false.
Примеры
C#
[GridAction(EnableCustomBinding=true)]
public ActionResult Index(GridCommand param)
{
}
См. также