Gets or sets the row index of this component when placed inside a GridPanel.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public int GridRow { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GridRow As Integer |
An integer value.
See Also