Skip to main content
A newer version of this page is available. .

GridLayout.SetRowSpan(Pane, Int32) Method

Specifies the RowSpan property value for a specified pane.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public static void SetRowSpan(
    Pane pane,
    int rowSpan
)

Parameters

Name Type Description
pane Pane

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