Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

DXToolbar Class

A toolbar control that organizes its items into pages.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

[ContentProperty("Items")]
public class DXToolbar :
    DXViewBase

Remarks

DevExpress Toolbar for .NET MAUI

View Example: Replicate an HTML Edit's Built-In Toolbar

Refer to the following sections for more information:

Toolbar Control Overview

Items

Pages

Layout

Customize Appearance

Inheritance

See Also