TcxSchedulerResourceNavigator.VisibleButtonCount Property
Gets a count of the resource navigation buttons that are currently visible in the scheduling area.
Declaration
property VisibleButtonCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The VisibleButtonCount property value depends on the button’s visible states specified by the ShowButtons, Visibility, and TcxSchedulerNavigatorButton.Visible properties. For example, the VisibleButtonCount property returns 0 if the scheduling area does not display resource navigation buttons. The resource navigation buttons will be completely hidden under the following conditions:
The ShowButtons property is set to False;
The Visibility property is set to snvNever;
The Visibility property is set to snvAuto, and at least one resource is specified in the scheduler (see the ResourceCount property) and the scheduler’s OptionsView.ResourcesPerPage property is set to 0 (all the resources will appear in the scheduling area);
The TcxSchedulerNavigatorButton.Visible property of every resource navigation button is set to False.