Back to Devexpress

DXSwitch.SwitchPlacement Property

maui-devexpress-dot-maui-dot-core-dot-dxswitch.md

latest1.5 KB
Original Source

DXSwitch.SwitchPlacement Property

Gets or sets the track placement relative to the caption. This is a bindable property.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public Dock SwitchPlacement { get; set; }

Property Value

TypeDescription
Dock

The track placement.

|

Available values:

NameDescription
Left

A child element is positioned on DXDockLayout‘s left.

| | Top |

A child element is positioned on DXDockLayout‘s top.

| | Right |

A child element is positioned on DXDockLayout‘s right.

| | Bottom |

A child element is positioned on DXDockLayout‘s bottom.

|

Remarks

For more information, refer to the following section: .NET MAUI DXSwitch: Track.

See Also

DXSwitch Class

DXSwitch Members

DevExpress.Maui.Core Namespace