Back to Devexpress

GridLayout.SetRow(Pane, Int32) Method

wpf-devexpress-dot-xpf-dot-charts-dot-gridlayout-dot-setrow-x28-devexpress-dot-xpf-dot-charts-dot-pane-system-dot-int32-x29.md

latest1.3 KB
Original Source

GridLayout.SetRow(Pane, Int32) Method

Specifies the Row property value for a specified pane.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public static void SetRow(
    Pane pane,
    int row
)
vb
Public Shared Sub SetRow(
    pane As Pane,
    row As Integer
)

Parameters

NameTypeDescription
panePane

A pane whose Row property value should be specified.

| | row | Int32 |

The index of the row the pane occupies.

|

See Also

GridLayout Class

GridLayout Members

DevExpress.Xpf.Charts Namespace