New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Canceled
Source
Target
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.