Version

FieldGroups Property

Returns the drop-down items of the field-group selector control in the FieldChooser.
Syntax
'Declaration
 
Public ReadOnly Property FieldGroups As ReadOnlyObservableCollection(Of FieldChooserGroup)
Remarks

FieldGroups returns the collection of items that the field-group selector will display in its drop-down. By default the collection contains a single entry for each field-layout representing the fields of that field-layout. However if FieldFilters property is specified to subgroup fields, then a single field-layout can have multiple entries in this collection - one for the field-layout itself and one for each subgroup within that field-layout.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also