ClassListItemDataBindingEventArgs
Class
Allows setting custom instances of the data items in RadListControl.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class ListItemDataBindingEventArgs : EventArgs
Inheritance: objectEventArgsListItemDataBindingEventArgs
Inherited Members
Constructors
ListItemDataBindingEventArgs()
Declaration
cs-api-definition
public ListItemDataBindingEventArgs()
Properties
NewItem
Gets or sets a data item that will be used to store logical information to represent data records.
Declaration
cs-api-definition
public RadListDataItem NewItem { get; set; }
Property Value