New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class TableViewCellArrangeInfo : CellArrangeInfo

Inheritance: objectCellArrangeInfoTableViewCellArrangeInfo

Inherited Members CellArrangeInfo.BoundsCellArrangeInfo.Column

Constructors

Initializes a new instance of the TableViewCellArrangeInfo class.

C#
public TableViewCellArrangeInfo(GridViewColumn column)
Parameters:columnGridViewColumn

The column.

Fields

C#
public double CachedWidth
C#
public int OffsetX
C#
public double ResizeStartScaleFactor
C#
public int ResizeStartWidth
C#
public double ScaleFactor
C#
public double TempScaleFactor

Methods

Clamps the width.

C#
public int ClampWidth(int width)
Parameters:widthint

The width.

Returns:

int

Sets the width.

C#
public void SetWidth(int width, bool suspendNotify, bool cacheOnly)
Parameters:widthint

The width.

suspendNotifybool

The suspend notify.

cacheOnlybool

The cache only.