TcxSchedulerResourceNavigator Members
Implements the resource navigator.Constructors
Name | Description |
---|---|
Create(TcxCustomScheduler) | Initializes a new instance of the TcxSchedulerSubControl class with specified settings. Inherited from TcxSchedulerSubControl. |
Properties
Name | Description |
---|---|
Bounds | Specifies the TcxSchedulerSubControl‘s bounding rectangle. Inherited from TcxSchedulerSubControl. |
ButtonImages | Represents the user-defined collection of resource navigation button glyphs. |
Buttons | Represents the collection of built-in resource navigation buttons. |
CustomButtons | Represents the collection of custom resource navigation buttons. |
Height | Specifies the height of the TcxSchedulerSubControl ‘s rectangle. Inherited from TcxSchedulerSubControl. |
ItemCount | Gets a count of the resource navigation buttons. |
Items | Provides indexed access to the resource navigation buttons. |
ResourceCount | Gets a count of the resources. |
Scheduler | Represents the scheduler control that acts as a container for the current component. Inherited from TcxSchedulerSubControl. |
ScrollBarKind | Gets the resource navigation scrollbar’s orientation. |
ShowButtons | Specifies whether the resource navigation buttons are shown in the scheduling area. |
StartOfWeek protected | Inherited from TcxSchedulerSubControl. |
Visibility | Specifies the visibility of the resource navigation buttons and scrollbar in the scheduling area. |
Visible protected | Specifies whether the TcxSchedulerSubControl component is visible in the scheduler control. Inherited from TcxSchedulerSubControl. |
VisibleButtonCount | Gets a count of the resource navigation buttons that are currently visible in the scheduling area. |
Width | Specifies the width of the TcxSchedulerSubControl ‘s rectangle. Inherited from TcxSchedulerSubControl. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
Invalidate | Indicates that the current TcxSchedulerSubControl component needs to be repainted. Inherited from TcxSchedulerSubControl. |
InvalidateRect(TRect) | Indicates the ARect rectangle needs to be repainted. Inherited from TcxSchedulerSubControl. |
LayoutChanged | Invalidates the current TcxSchedulerSubControl component to mirror any changes made to its layout. Inherited from TcxSchedulerSubControl. |
NeedScrollBar | Determines whether the resource navigation scrollbar will appear in the scheduling area. |
QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
Refresh | Forces the scheduler control to repaint itself. Inherited from TcxSchedulerSubControl. |
Repaint | Inherited from TcxSchedulerSubControl. |
RepaintRect(TRect) | Inherited from TcxSchedulerSubControl. |
ScreenToClient(TPoint) | Inherited from TcxSchedulerSubControl. |
SetBounds(Integer,Integer,Integer,Integer) | Sets all the attributes of the current TcxSchedulerSubControl component’s bounding at once. Inherited from TcxSchedulerSubControl. |
ToString | Inherited from TObject. |
Events
Name | Description |
---|---|
OnButtonClick | Fires when either the built-in or custom resource navigation button has been clicked. |
OnCustomDrawButton | Fires when either the built-in or a custom resource navigation button is about to be drawn. |
See Also