Skip to main content

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:

  1. The ShowButtons property is set to False;

  2. The Visibility property is set to snvNever;

  3. 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);

  4. The TcxSchedulerNavigatorButton.Visible property of every resource navigation button is set to False.

See Also