[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.ColumnLayout

ColumnLayout Method

ColumnLayout(string)

Configurates ColumnLayout. Sets a JSON string that defines the current column layout." remarks="The column layout string represents an array with the columns and their properties. It can be used to persist column layouts defined by users so they are preserved across sessions, and can also be used to implement undo/redo functionality in applications that allow users to modify the column layout.

Declaration
public virtual TBuilder ColumnLayout(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
TBuilder

Current builder.