New to Telerik UI for WinFormsStart a free 30-day trial

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 EventArgs.Empty

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; }