TdxNavBarExplorerBarViewOptions Class
In This Article
Contains a set of appearance options of Explorer Bar Views.
#Declaration
Delphi
TdxNavBarExplorerBarViewOptions = class(
TdxNavBarPersistent
)
#Remarks
Options include:
ShowSpecialGroup – specifies whether active groups use their header styles;
SpaceBetweenGroups – specifies the distance (in pixels) between groups.
The TdxNavBarExplorerBarViewOptions object is referenced by the NavBar control’s OptionsView.ExplorerBar property.
#Inheritance
TObject
TPersistent
TdxNavBarPersistent
TdxNavBarExplorerBarViewOptions
See Also