Skip to main content
A newer version of this page is available. .
All docs
V21.2

GroupItemFluentBuilder.GetGroupItem Method

Name Parameters Description
GetGroupItem(Parameter, Action<GroupItemFluentBuilder>) parameter, configuration Returns a builder for a group that contains the specified parameter. Applies a customization action to the group.
GetGroupItem(Parameter) parameter Returns a builder for a group that contains the specified parameter.
GetGroupItem(Int32, Action<GroupItemFluentBuilder>) index, configuration Returns a group builder by index. Applies a customization action to the group.
GetGroupItem(Int32) index Returns a group builder by index.
GetGroupItem(String, Action<GroupItemFluentBuilder>) parameterName, configuration Returns a builder for a group that contains a parameter with the specified name. Applies a customization action to the group.
GetGroupItem(String) parameterName Returns a builder for a group that contains a parameter with the specified name.