Share via


FormGroupControl.columnspaceMode Method

Sets or returns an AutoMode enumeration value that indicates whether the amount of space between columns in a form group control is automatically adjusted.

Syntax

public AutoMode columnspaceMode([AutoMode mode])

Run On

Client

Parameters

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

Return Value

Type: AutoMode Enumeration
AutoMode::Auto if the amount of space is automatically adjusted; otherwise, AutoMode::Fixed.

See Also

Reference

FormGroupControl Class