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