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

TdxCustomLayoutControl.AvailableItemCount Property

Returns the number of elements temporarily hidden from view.

#Declaration

Delphi
property AvailableItemCount: Integer read;

#Property Value

Type
Integer

#Remarks

These elements are contained in the Customization Form‘s Available Items pane.

After item creation every group or item represents an “available” item. You can use the CreateItem or CreateGroup methods to create an “available” item at runtime.

See Also