Enum
BestFitColumnMode

Defines values for specifying how the width of a column is adjusted.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public enum BestFitColumnMode

Fields

AllCells

The column width adjusts to fit the contents of all cells (displayed and non-displayed)

Declaration

cs-api-definition
AllCells = 62

Field Value

BestFitColumnMode

DisplayedCells

The column width adjusts to fit the contents of the displayed cells.

Declaration

cs-api-definition
DisplayedCells = 30

Field Value

BestFitColumnMode

DisplayedDataCells

The column width adjusts to fit the contents of the displayed data cells.

Declaration

cs-api-definition
DisplayedDataCells = 2

Field Value

BestFitColumnMode

FilterCells

The column width adjusts to fit the contents of the filter cell.

Declaration

cs-api-definition
FilterCells = 8

Field Value

BestFitColumnMode

HeaderCells

The column width adjusts to fit the contents of the header cell.

Declaration

cs-api-definition
HeaderCells = 4

Field Value

BestFitColumnMode

None

The column width does not automatically adjust.

Declaration

cs-api-definition
None = 1

Field Value

BestFitColumnMode

SummaryRowCells

The column width adjusts to fit the contents of the summary row cell.

Declaration

cs-api-definition
SummaryRowCells = 16

Field Value

BestFitColumnMode

SystemCells

The column width adjusts to fit the contents of the system cells.

Declaration

cs-api-definition
SystemCells = 28

Field Value

BestFitColumnMode