Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ItemDataBoundEventArgs : EventArgs
Inheritance: objectEventArgsItemDataBoundEventArgs
Inherited Members
Constructors
Properties
Gets the RadItem that is bound.
C#
public RadItem DataBoundItem { get; }
Gets the object that is being bound to the DataBoundItem.
C#
public object DataItem { get; }