ResizableColumns Property (FlexAdvancedDataGrid)

Action

Gets whether the user can change the size of the columns.

If true, the user can stretch or shrink the columns of the DataGrid control by dragging the grid lines between the header cells. If false, individual columns must also have their resizable properties set to false to prevent the user from resizing a particular column. The default value is true.

Syntax

C#
protected Boolean resizableColumns { get; }
VB
'Declaration
Protected Read Property resizableColumns As Boolean

Access

Read only.