TreeListFocusedRowChangedEventArgs Properties
Contains data for the FocusedRowChanged event.Name | Description |
---|---|
DataItem | Returns the data item bound to the focused row. |
TreeList | Returns the TreeList object. |
VisibleIndex | Returns the visible index of the focused row. |
See Also