UIControlColumnHeaderColumnResize Property

Gets a ColumnResizeSettings object which contains settings for column resize functionality.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public ColumnResizeSettings ColumnResize { get; }

Property Value

ColumnResizeSettings

Remarks

If this functionality is turned on, the user can use the mouse to resize the width of columns.

See Also