Share via


FormGroupControl.columns Method

Sets or returns the number of columns in a form group control in pixels, and specifies whether the number is automatically adjusted.

Syntax

public int columns([int value, AutoMode mode])

Run On

Client

Parameters

  • value
    Type: int
    An integer value that specifies the number of columns in a form group control in pixels; optional.
  • 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.

Return Value

Type: int
An integer value that specifies the number of columns in a form group control in pixels.

See Also

Reference

FormGroupControl Class