[]
        
(Showing Draft Content)

C1.Win.C1Sizer.Column

Column Class

Represents a column in the Sizer grid.

Inheritance
Column
Namespace: C1.Win.C1Sizer
Assembly: C1.Win.C1Sizer.4.8.dll
Syntax
public class Column : Band

Properties

Name Description
Position

Gets or sets the position of the Column within the C1Sizer grid.

Size

Gets or sets the width of the Column in pixels.

SizePercent

Gets or sets the width of the Column as a percentage of the grid's width.

Methods

Name Description
SetSize(int, bool)

Gets or sets the size of the Column as a percentage of the grid's width.

ToString()

Returns a string representation of the Column object.