ToolbarPage Class
A page within the DXToolbar control.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
[ContentProperty("Items")]
public class ToolbarPage :
ToolbarElementBase
Related API Members
The following members return ToolbarPage objects:
Remarks
Refer to the following topic for more information on how to add toolbar pages, populate them with items, and customize their layout and appearance: Pages.
Inheritance
Object
BindableObject
Element
DevExpress.Maui.Core.Internal.DXElementBaseCore
DXElementBase
ToolbarElementBase
ToolbarPage
See Also