Toolbar Plugin Reference

A plugin that renders the Scheduler's toolbar.

Import

Use the following statement to import a plugin with embedded theme components:

import { Toolbar } from '@devexpress/dx-react-scheduler-material-ui';

If you want to use custom components, you can import the themeless plugin:

import { Toolbar } from '@devexpress/dx-react-scheduler';

User Reference

Dependencies

none

Properties

Name Type Default Description
rootComponent ComponentType<Toolbar.RootProps> A component that renders the toolbar's root element.
flexibleSpaceComponent ComponentType<Toolbar.FlexibleSpaceProps> A component that renders the toolbar's empty area.

Interfaces

Toolbar.RootProps

Describes properties passed to a component that renders the toolbar's root element.

Field Type Description
children? ReactNode A React node that should be placed in the toolbar.

Toolbar.FlexibleSpaceProps

Describes properties passed to a component that renders the the toolbar's empty area.

Field Type Description
children? ReactNode A React node that should be placed inside the empty area.

Plugin Components

Name Properties Description
Toolbar.Root Toolbar.RootProps A component that renders the toolbar's root element.
Toolbar.FlexibleSpace Toolbar.FlexibleSpaceProps A component that renders the toolbar's empty area.

Additional properties are added to the component's root element.

This site uses cookies to make your browsing experience more convenient and personal. Cookies store useful information on your computer to help us improve the efficiency and relevance of our site for you. In some cases, they are essential to making the site work properly. By accessing this site, you consent to the use of cookies. For more information, refer to DevExpress’ privacy policy and cookie policy.