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


In This Topic
    Row Class Members
    In This Topic

    The following tables list the members exposed by Row.

    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 height of the Row in pixels.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets or sets the position of the Row within the C1Sizer grid.  
    Protected PropertyOverridden. Gets or sets the height of the Row as a percentage of the grid's height.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns a string representation of the Row object.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Gets or sets the size of the Row as a percentage of the grid's height.  
    Top
    See Also