FormGroupControl.autoDataGroup Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
autoDataGroup() |
Sets or returns a Boolean value that specifies whether a form group control can contain only the fields in the data group that are specified for the control. |
autoDataGroup(Boolean) |
autoDataGroup()
Sets or returns a Boolean value that specifies whether a form group control can contain only the fields in the data group that are specified for the control.
public:
virtual bool autoDataGroup();
public virtual bool autoDataGroup ();
abstract member autoDataGroup : unit -> bool
override this.autoDataGroup : unit -> bool
Public Overridable Function autoDataGroup () As Boolean
Returns
true if a form group control can contain only fields in the data group; otherwise, false.
Remarks
You use the FormGroupControl.dataGroup method to set or return a data group for a form group control.
Applies to
autoDataGroup(Boolean)
public:
virtual bool autoDataGroup(bool _value);
public virtual bool autoDataGroup (bool _value);
abstract member autoDataGroup : bool -> bool
override this.autoDataGroup : bool -> bool
Public Overridable Function autoDataGroup (_value As Boolean) As Boolean
Parameters
- _value
- Boolean
A Boolean data type that indicates whether a form group control can contain only fields in the data group; optional.