Search
Component.GridRow Property
See Also
 






Gets or sets the row index of this component when placed inside a GridPanel.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int GridRow { get; set; }

Visual Basic  Copy Code

Public Property GridRow As Integer

 Property Value

An integer value.

 See Also