ChoosingGroupHeaderContainerEventArgs.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 data group associated with this GroupHeaderContainer.
public:
property Platform::Object ^ Group { Platform::Object ^ get(); };
IInspectable Group();
public object Group { get; }
var object = choosingGroupHeaderContainerEventArgs.group;
Public ReadOnly Property Group As Object
Property Value
The data group associated with this GroupHeaderContainer.