New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.GridColumnCreatingEventArgs

The event arguments passed when ColumnCreating event is fired - before Telerik.Web.UI.RadGrid creates an auto generated column.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Telerik.Web.UI.GridColumnCreatingEventArgs

Properties

Column GridColumn

Gets or sets the column which will be created.

ColumnType GridColumn

Gets the type of the column which will be created.

OwnerTableView GridTableView

Gets the which holds the column which will be created.

In this article