Back to Devexpress

cxDefaultGroupSeparatorWidth Constant

vcl-cxschedulercustomcontrols-6c09663d.md

latest674 B
Original Source

cxDefaultGroupSeparatorWidth Constant

Denotes the group separator’s default width in pixels.

Declaration

delphi
const cxDefaultGroupSeparatorWidth = 11;

Remarks

The group separator is a bar that visually divides groups of schedules.

Note

the group separator bar is only applicable if the TcxSchedulerOptionsView.GroupSeparatorWidth property’s value is greater than 0.

See Also

TcxSchedulerOptionsView.GroupSeparatorWidth

cxSchedulerCustomControls Unit