Skip to main content

ToolbarNavigationButton.PageName Property

Gets or sets a name of the ToolbarPage that will be displayed in the toolbar when you click ToolbarNavigationButton. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public string PageName { get; set; }

Property Value

Type Description
String

A name of the ToolbarPage that will be displayed in the toolbar.

See Also