Skip to main content
ON

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

public Dock SwitchPlacement { get; set; }

Property Value

Type Description
Dock

The track placement.

Available values:

Name Description
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