Search
ComponentBase.GridRow Property
See Also
 






Gets or sets the index of the grid row this component will be associated with when added to a GridPanel.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int GridRow { get; set; }

Visual Basic  Copy Code

Public Property GridRow As Integer

 Property Value

 See Also