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
Синтаксисpublic bool EnableCustomBinding { get; set; }Значение свойства
Тип:
Booleantrue if custom binding is enabled; otherwise,
false. The default value is
false.
Примеры[GridAction(EnableCustomBinding=true)]
public ActionResult Index(GridCommand param)
{
}
См. также