Back to Devexpress

GridLayout.SetColumn(Pane, Int32) Method

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

latest1.3 KB
Original Source

GridLayout.SetColumn(Pane, Int32) Method

Specifies the Column 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 SetColumn(
    Pane pane,
    int column
)
vb
Public Shared Sub SetColumn(
    pane As Pane,
    column As Integer
)

Parameters

NameTypeDescription
panePane

A pane whose Column property value should be specified.

| | column | Int32 |

The index of the column the pane occupies.

|

See Also

GridLayout Class

GridLayout Members

DevExpress.Xpf.Charts Namespace