[]
        
(Showing Draft Content)

C1.Framework.GridRow

GridRow Class

Keeps track of row heights and positions, stores cells in Children member.

Inheritance
GridRow
Implements
Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public class GridRow : BasePanel, ISupportUia

Constructors

Name Description
GridRow()

Properties

Name Description
Grid

Returns the reference to the owning GridPanel element.

Index

Returns the int value specifying the index of this row in the owning grid.

this[int]

Creates the GridCell object with the specified column index.

Methods

Name Description
HitTest(Point)

Returns the element at a given point.

Render(Graphics, Rectangle)

Renders the element into a given rectangle.