TdxCustomNavBar.NavigationPaneOverflowPanelItemCount Property
Gets the number of icons displayed within the overflow panel.
Declaration
property NavigationPaneOverflowPanelItemCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use the NavigationPaneOverflowPanelItemCount property to determine the number of icons within the overflow panel. This may be useful when custom painting the overflow panel using the OnCustomDraw.NavigationPaneOverflowPanel event, for instance.
See Also