Skip to main content

TdxBarDBNavButton.NavButton Property

Determines the type of a given button.

Declaration

property NavButton: TdxBarDBNavButtonType read; write;

Property Value

Type
TdxBarDBNavButtonType

Remarks

Use this property to specify the type of a given button. The type of a button determines the action which is performed on the bound dataset (accessible via the TdxBarDBNavigator.DataSource property) when the button is clicked.

See Also