Back to Devexpress

ToolbarNavigationButton.PageName Property

maui-devexpress-dot-maui-dot-controls-dot-toolbarnavigationbutton.md

latest1.0 KB
Original Source

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

csharp
public string PageName { get; set; }

Property Value

TypeDescription
String

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

|

See Also

ToolbarNavigationButton Class

ToolbarNavigationButton Members

DevExpress.Maui.Controls Namespace