ScrollToRequestEventArgs.Item Property

Definition

Gets the data item to scroll to.

public:
 property System::Object ^ Item { System::Object ^ get(); };
public object Item { get; }
member this.Item : obj
Public ReadOnly Property Item As Object

Property Value

The item object when Mode is Element; otherwise, null.

Applies to