Skip to main content

TcxSchedulerNavigatorButton.VisibleIndex Property

Gets the zero-based index, which determines the button’s current position within the resource navigator.

Declaration

property VisibleIndex: Integer read;

Property Value

Type
Integer

Remarks

The resource navigation buttons reside vertically to the right of the scheduling area, if the TcxSchedulerOptionsView.GroupingKind property is set to gkByDate and the currently active time View is Week, Weeks, or TimeGrid View. In all other cases the resource navigation buttons are located horizontally at the bottom of the scheduling area.

Note

The resource navigator is not shown in the Year View.

The resource navigation buttons are ordered from left to right if they are located at the bottom of the scheduling area. And they are ordered from top to bottom if they reside to the right of the scheduling area.

Use the VisibleIndex property to determine the display index of the current button in the sequence of buttons that are currently shown in the scheduling area.

See Also