ScrollToRequestEventArgs.Group Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the group object containing the item to scroll to.
public:
property System::Object ^ Group { System::Object ^ get(); };
public object Group { get; }
member this.Group : obj
Public ReadOnly Property Group As Object
Property Value
The group object when items are grouped and Mode is Element; otherwise, null.