TdxNavBarDefaultStyle.Collection Property
Returns the object owning this default style.
Declaration
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