Skip to main content

GridLayout.ColumnSpan Attached Property

Gets or sets the number of grid layout columns that the pane occupies.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

Returns

Type Description
Int32

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

Remarks

This property is attached to the Pane class.

See Also