Skip to main content

TcxSchedulerGridConnection.OnGetFieldAdapter Event

Allows you to customize links between scheduler storage fields and grid items.

Declaration

property OnGetFieldAdapter: TcxSchedulerGetFieldAdapterEvent read; write;

Remarks

Fires when a new link between the scheduler storage’s field and the grid’s item is about to be created.

Sender specifies the connector.

AField specifies the scheduler storage’s field.

Adapter specifies the adapter that is used to bind the scheduler storage’s field and the grid’s item.

See Also