Skip to main content

DXToolbar.SelectedPage Property

Gets or sets the selected DevExpress.Maui.Controls.ToolbarPage. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public ToolbarPage SelectedPage { get; set; }

Property Value

Type Description
ToolbarPage

The selected ToolbarPage.

Remarks

Set the SelectedPage property to null to navigate to a default page.

See Also