Skip to main content
ON

DXContentPresenter.IconPlacement Property

Gets or sets the icon position within the DXContentPresenter‘s content. This is a bindable property.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public Dock IconPlacement { get; set; }

Property Value

Type Description
Dock

The icon position.

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.

See Also