Share via


FormGroupControl.columnsMode Method

Sets or returns a value that indicates whether the number of columns in a form group control is fixed, or whether it is automatically adjusted based on other form settings, such as the form size.

Syntax

public AutoMode columnsMode([AutoMode mode])

Run On

Client

Parameters

  • mode
    Type: AutoMode Enumeration
    An AutoMode enumeration value that specifies whether the number of columns is fixed, or whether it is automatically adjusted based on other form settings, such as the form size; optional.

Return Value

Type: AutoMode Enumeration
Automode::Auto if the number of columns is automatically adjusted; otherwise, Automode::Fixed.

See Also

Reference

FormGroupControl Class