Back to Devexpress

GridLayout.SetRowSpan(Pane, Int32) Method

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

latest1.4 KB
Original Source

GridLayout.SetRowSpan(Pane, Int32) Method

Specifies the RowSpan 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 SetRowSpan(
    Pane pane,
    int rowSpan
)
vb
Public Shared Sub SetRowSpan(
    pane As Pane,
    rowSpan As Integer
)

Parameters

NameTypeDescription
panePane

A pane whose RowSpan property value should be specified.

| | rowSpan | Int32 |

The integer value that defines the number of rows that the pane occupies.

|

See Also

GridLayout Class

GridLayout Members

DevExpress.Xpf.Charts Namespace