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

TdxDockingManager.DefaultSitesPropertiesCount Property

Returns the number of elements in the DefaultSitesProperties list.

#Declaration

Delphi
property DefaultSitesPropertiesCount: Integer read;

#Property Value

Type
Integer

#Remarks

The DefaultSitesProperties property provides indexed access to objects specifying the default settings for dock controls. This property can be used in combination with the DefaultSitesPropertiesCount property to traverse the list of such objects. The DefaultSitesPropertiesCount property returns the number of objects in the list.

See Also