ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / Column Class
Properties Methods


In This Topic
    Column Class Members
    In This Topic

    The following tables list the members exposed by Column.

    Public Properties
     NameDescription
    Public PropertyGets a System.Drawing.Rectangle that represents the size and location of the band within the parent C1Sizer control. (Inherited from C1.Win.Sizer.Band)
    Public PropertyGets the index of the Band in the owner collection. (Inherited from C1.Win.Sizer.Band)
    Public PropertyDetermines whether the Band should retain its size when the control is resized. (Inherited from C1.Win.Sizer.Band)
    Public PropertyDetermines whether the band acts like a splitter (can be resized with the mouse at run time). (Inherited from C1.Win.Sizer.Band)
    Public PropertyOverridden. Gets or sets the width of the Column in pixels.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets or sets the position of the Column within the C1Sizer grid.  
    Protected PropertyOverridden. Gets or sets the width of the Column as a percentage of the grid's width.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns a string representation of the Column object.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Gets or sets the size of the Column as a percentage of the grid's width.  
    Top
    See Also