Skip to main content

TcxSchedulerStyles.GetGroupSeparatorParams Method

Returns the TcxViewParams record containing information about the style attributes of the group separator.

Declaration

function GetGroupSeparatorParams: TcxViewParams;

Returns

Type
TcxViewParams

Remarks

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

Note

the group separator bar is only applicable if the scheduler’s OptionsView.GroupSeparatorWidth property has a value greater than 0.

Use the GetGroupSeparatorParams method to get information about the style attributes of the group separator.

See Also