Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerWebServiceStorageResourceItems.VisibleResources Property

Provides zero-based indexed access to web service storage resources that the scheduling area currently displays.

#Declaration

Delphi
property VisibleResources[Index: Integer]: TcxSchedulerWebServiceStorageResourceItem read;

#Property Value

Type
TcxSchedulerWebServiceStorageResourceItem

#Remarks

Use this property to access a web service storage resource whose index within the collection’s subset of currently visible resources is passed as the Index parameter. You can use the VisibleResourceCount property to obtain the number of resources within the subset.

The VisibleResources property returns nil if the specified resource index is higher than or equals the number of currently visible resources. Use the Items property to access all resources within the collection.

Note

A resource is visible within the scheduling area if the resource’s Visible property is set to True.

See Also