TdxNavBarStyleOptions Class
Represents a set of styles that control the appearance of NavBar elements.
Declaration
TdxNavBarStyleOptions = class(
TcxOwnedPersistent
)
Remarks
This class introduces the following properties:
DefaultStyles and CustomStyles – allow you to specify default and custom styles for NavBar elements.
CustomStyleRepository – allows you to access a style repository, which contains all custom styles defined within NavBar controls residing on a form.
The TdxNavBarStyleOptions object is referenced by the NavBar control’s OptionsStyle property.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxNavBarStyleOptions
See Also