Click or drag to resize

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; }

Property Value

Type: IListPropertyGroup
ArrayList of property groups contained in the group.
Empty if there are no other property groups in this group, not in the whole subtree.
Remarks

Returns the property groups contained in this group, not in the whole subtree.

[Android Documentation]

See Also