New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Telerik.Web.UI.GridColumnsReorderEventArgs

The event arguments passed when Telerik.Web.UI.RadGrid reorders a column.

Inheritance Hierarchy

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

Properties

Canceled Boolean

Gets or sets a value indicating whether event will be canceled.

Source GridColumn

Gets the column which will be reordered.

Target GridColumn

Gets the column on which place will be positioned the reordered column.