DXToolbar.SelectedPageName Property
Gets the name of the ToolbarPage that is opened. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public string SelectedPageName { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The name of the opened ToolbarPage. |
See Also