PropertyGroupGroups Property |
Returns the property groups contained in this group, not in the whole subtree.
Namespace:
Com.Datalogic.Device.Configuration
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual IList<PropertyGroup> Groups { get; }
Public Overridable ReadOnly Property Groups As IList(Of PropertyGroup)
Get
Property Value
Type:
IListPropertyGroupArrayList of property groups contained in the group.
Empty if there are no other property groups in this group, not in the whole subtree.
Remarks See Also