Back to Devexpress

TcxCustomScheduler.DialogsStyle Property

vcl-cxschedulercustomcontrols-dot-tcxcustomscheduler-811aba3d.md

latest2.2 KB
Original Source

TcxCustomScheduler.DialogsStyle Property

Specifies the Event dialog’s paint style.

Declaration

delphi
property DialogsStyle: string read; write;

Property Value

TypeDescription
string

The active Event dialog style.

|

Remarks

Options include:

Dialog StyleExample
Standard
Ribbon
Ribbon2010
Ribbon2013
Ribbon2016
Ribbon2016Tablet
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

TcxCustomScheduler Class

TcxCustomScheduler Members

cxSchedulerCustomControls Unit