DataGridColumnAutoColumnWidth Property

Gets or sets a value indicating whether DataGrid should automatically change the width of this column.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public virtual bool AutoColumnWidth { get; set; }

Property Value

Boolean

Remarks

If set to true, DataGrid will automatically change the width of this column so that its content always fits wihin its width.

See Also