GroupingInfoGroupsOpenPositions Property
Gets the positions in the string of the open groups.
Namespace: DevCase.Core.DataProcessing.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public List<int> GroupsOpenPositions { get; }
Public ReadOnly Property GroupsOpenPositions As List(Of Integer)
Get
Dim instance As GroupingInfo
Dim value As List(Of Integer)
value = instance.GroupsOpenPositions
public:
property List<int>^ GroupsOpenPositions {
List<int>^ get ();
}
member GroupsOpenPositions : List<int> with get
No code example is currently available or this language may not be supported.
Property Value
ListInt32
The positions in the string of the open groups.