Defines columns auto size mode.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public enum GridViewAutoSizeColumnsMode
Fields
The column widths adjust so that the widths of all columns exactly fill the display area of the control
C#
Fill = 2
The column widths do not automatically adjust.
C#
None = 1