Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTabControlViewInfo.NavigatorButtonCount Property

Specifies the number of default buttons in a navigator control.

#Declaration

Delphi
property NavigatorButtonCount: Integer read;

#Property Value

Type
Integer

#Remarks

Default buttons are buttons with predefined functionality that are created by default in a navigator control. These buttons have the default index running from 0 to NavigatorButtonCount - 1. Custom buttons have the default index starting from NavigatorButtonCount.

See Also