ToolbarNavigationButton.PageName Property
In This Article
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
C#
public string PageName { get; set; }
#Property Value
Type | Description |
---|---|
String | A name of the Toolbar |
See Also