Share via


FormGroupControl.autoDataGroup Method

Definition

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.

Returns

Applies to