Skip to main content

TcxCustomScheduler.DialogsStyle Property

Specifies the Event dialog’s paint style.

Declaration

property DialogsStyle: string read; write;

Property Value

Type Description
string

The active Event dialog style.

Remarks

Options include:

Dialog Style Example
Standard Standard
Ribbon Ribbon
Ribbon2010 Ribbon2010
Ribbon2013 Ribbon2013
Ribbon2016 Ribbon2016
Ribbon2016Tablet Ribbon2016Tablet
Ribbon2019 Ribbon2019

To make dialog editors match the appearance of the Ribbon~ style specified, apply the corresponding skin via the DialogsLookAndFeel property. To use any of the Ribbon~ style dialogs in your project, add the cxSchedulerRibbonStyleEventEditor unit to the ‘uses’ clause.

Note

The Ribbon~ dialog styles that use Ribbon controls shipped with the ExpressBars Suite are only available if this Suite is installed.

Default Value

The DialogsStyle property’s default value is an empty string.

The default DialogsStyle property value corresponds to the Standard dialog style.

See Also