Item Property (RenderNodeEventArgs)
In This Topic
Gets the data item of the node.
Syntax
'Declaration
<C1DescriptionAttribute("RenderNodeEventArgs.Item", "Gets the data item of the node.")>
Public ReadOnly Property Item As Object
[C1Description("RenderNodeEventArgs.Item", "Gets the data item of the node.")]
public object Item {get;}
See Also