Enum BestFitColumnMode
Defines values for specifying how the width of a column is adjusted.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public enum BestFitColumnMode
AllCells
The column width adjusts to fit the contents of all cells (displayed and non-displayed)
DisplayedCells
The column width adjusts to fit the contents of the displayed cells.
DisplayedDataCells
The column width adjusts to fit the contents of the displayed data cells.
FilterCells
The column width adjusts to fit the contents of the filter cell.
HeaderCells
The column width adjusts to fit the contents of the header cell.
None
The column width does not automatically adjust.
SummaryRowCells
The column width adjusts to fit the contents of the summary row cell.
SystemCells
The column width adjusts to fit the contents of the system cells.