TcxSchedulerNavigatorButton Properties
Implements a resource navigation button.| Name | Description |
|---|---|
| ActualImageIndex | Gets the index of either the built-in or custom bitmap of resource navigation button. |
| ActualImageList | References the built-in or user-defined image collection. |
| Bounds | Represents the current resource navigation button’s dimensions. |
| Collection | Inherited from TCollectionItem. |
| DisplayName | Inherited from TCollectionItem. |
| Enabled | Specifies whether the current resource navigation button is enabled or disabled. |
| Hint | Specifies the hint’s text. |
| ID | Inherited from TCollectionItem. |
| ImageIndex | Specifies an index of the bitmap used to draw the current resource navigation button. |
| Index | Inherited from TCollectionItem. |
| IsStandard | Gets whether the current resource navigation button is a standard (built-in) button or a custom one. |
| Rotated | Gets whether the current resource navigation button is rotated by 90 degrees. |
| Scheduler | Represents the scheduler control which the current resource navigation button belongs to. |
| State | Gets the state of the current resource navigation button. |
| Visible | Specifies whether the current resource navigation button is shown in the scheduling area. |
| VisibleIndex | Gets the zero-based index, which determines the button’s current position within the resource navigator. |
See Also