Back to Devexpress

TdxCustomLayoutControl.AvailableItemCount Property

vcl-dxlayoutcontrol-dot-tdxcustomlayoutcontrol-3ee66ce8.md

latest1.3 KB
Original Source

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

TdxCustomLayoutControl.AbsoluteItemCount

TdxCustomLayoutControl.AvailableItems

TdxCustomLayoutControl Class

TdxCustomLayoutControl Members

dxLayoutControl Unit