Skip to main content

TdxNavBarDefaultStyles.Button Property

Specifies the style of a button element within a NavBar control.

Declaration

property Button: TdxNavBarDefaultStyle index 1 read; write;

Property Value

Type
TdxNavBarDefaultStyle

Remarks

Use the Button property to access the default style settings of NavBar button elements. Button elements are represented by the scroll buttons used to scroll a group’s client area when links don’t fit inside it.

Note

Each View has its own default settings for default styles. That is why when changing the View applied to the control, the Button property value is automatically set to the default scroll buttons’ style specified by the newly assigned View.

You can also use the settings of a custom style (if any) to specify the appearance of the NavBar control’s button elements. For this purpose, assign the style object represented by the custom style’s Style property to the Button property.

See Also