FormGroupControl.columnsMode 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
columnsMode(ColumnsMode) | |
columnsMode() |
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. |
columnsMode(ColumnsMode)
public:
virtual Microsoft::Dynamics::Ax::Xpp::ColumnsMode columnsMode(Microsoft::Dynamics::Ax::Xpp::ColumnsMode _mode);
public virtual Microsoft.Dynamics.Ax.Xpp.ColumnsMode columnsMode (Microsoft.Dynamics.Ax.Xpp.ColumnsMode _mode);
abstract member columnsMode : Microsoft.Dynamics.Ax.Xpp.ColumnsMode -> Microsoft.Dynamics.Ax.Xpp.ColumnsMode
override this.columnsMode : Microsoft.Dynamics.Ax.Xpp.ColumnsMode -> Microsoft.Dynamics.Ax.Xpp.ColumnsMode
Public Overridable Function columnsMode (_mode As ColumnsMode) As ColumnsMode
Parameters
- _mode
- ColumnsMode
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.
Returns
Applies to
columnsMode()
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.
public:
virtual Microsoft::Dynamics::Ax::Xpp::ColumnsMode columnsMode();
public virtual Microsoft.Dynamics.Ax.Xpp.ColumnsMode columnsMode ();
abstract member columnsMode : unit -> Microsoft.Dynamics.Ax.Xpp.ColumnsMode
override this.columnsMode : unit -> Microsoft.Dynamics.Ax.Xpp.ColumnsMode
Public Overridable Function columnsMode () As ColumnsMode
Returns
Automode::Auto if the number of columns is automatically adjusted; otherwise, Automode::Fixed.