Version

CurrentFieldGroup Property

Specifies which group of fields are currently displayed in the FieldChooser.
Syntax
'Declaration
 
Public Property CurrentFieldGroup As FieldChooserGroup
public FieldChooserGroup CurrentFieldGroup {get; set;}
Remarks

When FieldFilters property is not set, the CurrentFieldGroup corresponds to a field layout. If FieldFilters is set, the CurrentFieldGroup can correspond to all fields of a field layout, or subset of fields of a field layout filtered with a FieldChooserFilter that's part of FieldFilters collection.

The field group selector control displayed above fields is populated with all the field layouts of the data presenter. If FieldFilters is specified, the field group selector control's drop-down contains each field layout and underneath each field layout the applicable field filters to allow the user to display subset of the fields of 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