TcxCustomTabControlViewInfo.NavigatorButtonCount Property
In This Article
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