Class
TableViewCellArrangeInfo

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class TableViewCellArrangeInfo : CellArrangeInfo

Inheritance: objectCellArrangeInfoTableViewCellArrangeInfo

Inherited Members CellArrangeInfo.BoundsCellArrangeInfo.Column

Constructors

TableViewCellArrangeInfo(GridViewColumn)

Initializes a new instance of the TableViewCellArrangeInfo class.

Declaration

cs-api-definition
public TableViewCellArrangeInfo(GridViewColumn column)

Parameters

column

GridViewColumn

The column.

Fields

CachedWidth

Declaration

cs-api-definition
public double CachedWidth

Field Value

double

OffsetX

Declaration

cs-api-definition
public int OffsetX

Field Value

int

ResizeStartScaleFactor

Declaration

cs-api-definition
public double ResizeStartScaleFactor

Field Value

double

ResizeStartWidth

Declaration

cs-api-definition
public int ResizeStartWidth

Field Value

int

ScaleFactor

Declaration

cs-api-definition
public double ScaleFactor

Field Value

double

TempScaleFactor

Declaration

cs-api-definition
public double TempScaleFactor

Field Value

double

Methods

ClampWidth(int)

Clamps the width.

Declaration

cs-api-definition
public int ClampWidth(int width)

Parameters

width

int

The width.

Returns

int

SetWidth(int, bool, bool)

Sets the width.

Declaration

cs-api-definition
public void SetWidth(int width, bool suspendNotify, bool cacheOnly)

Parameters

width

int

The width.

suspendNotify

bool

The suspend notify.

cacheOnly

bool

The cache only.