TcxSchedulerGridConnection Members
The TcxSchedulerGridConnection component provides a link that connects the ExpressQuantumGrid and a scheduler.Constructors
| Name | Description |
|---|---|
| Create(TComponent) | Inherited from TComponent. |
Properties
| Name | Description |
|---|---|
| Active | Specifies whether a connection between a grid and the scheduler storage is open. |
| ComObject | Inherited from TComponent. |
| ComponentCount | Inherited from TComponent. |
| ComponentIndex | Inherited from TComponent. |
| Components | Inherited from TComponent. |
| ComponentState | Inherited from TComponent. |
| ComponentStyle | Inherited from TComponent. |
| DesignInfo | Inherited from TComponent. |
| GridPopupMenu | Represents the pop-up menu that is invoked in the TcxGrid control connected to the scheduler. |
| GridView | Specifies the linked Grid View. |
| Name | Inherited from TComponent. |
| Observers | Inherited from TComponent. |
| Owner | Inherited from TComponent. |
| Provider | |
| Storage | Specifies the scheduler storage to which a grid is to be linked. |
| Tag | Inherited from TComponent. |
| VCLComObject | Inherited from TComponent. |
Methods
Events
| Name | Description |
|---|---|
| GridPopupMenuEvents | |
| OnEditEvent | Allows you to perform any actions before showing the Event dialog. |
| OnGetFieldAdapter | Allows you to customize links between scheduler storage fields and grid items. |
| OnGridViewDblClick | Allows you to perform any actions after a grid site has been double-clicked. |
| OnInitEditDialog | Enables you to customize the Event dialog’s settings before the dialog is displayed. |
| OnInitializeItem | Allows you to make modifications to the grid’s item to be bound. |
| OnNewEvent | Allows you to perform any actions before a user event is posted from a grid to the scheduler storage. |
See Also