DXSwitch.SwitchPlacement Property
In This Article
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
C#
public Dock SwitchPlacement { get; set; }
#Property Value
Type | Description |
---|---|
Dock | The track placement. |
Available values:
Name | Description |
---|---|
Left | A child element is positioned on DXDock |
Top | A child element is positioned on DXDock |
Right | A child element is positioned on DXDock |
Bottom | A child element is positioned on DXDock |
#Remarks
For more information, refer to the following section: .NET MAUI DXSwitch: Track.
See Also