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

TdxNavBarDefaultStyle.Collection Property

Returns the object owning this default style.

#Declaration

Delphi
property Collection: TdxNavBarDefaultStyles read;

#Property Value

Type
TdxNavBarDefaultStyles

#Remarks

Default styles are available via the control’s OptionsStyle.DefaultStyles property (a TdxNavBarDefaultStyles object). This object’s properties specify the individual default styles and these are TdxNavBarDefaultStyle instances. TdxNavBarDefaultStyle objects give you the ability to access their owning TdxNavBarDefaultStyles objects via the Collection property.

See Also