Skip to main content

TcxCustomSchedulerStorage.Fields Property

Provides indexed access to storage fields.

Declaration

property Fields[Index: Integer]: TcxCustomSchedulerStorageField read;

Property Value

Type
TcxCustomSchedulerStorageField

Remarks

The collection contains references to both built-in and custom fields.

Use the Fields property to obtain the field at the position specified by the zero-based Index parameter.

See Also