TcxCustomNavigatorButtons.ButtonCount Property
In This Article
Returns the number of buttons contained in the button collection.
#Declaration
Delphi
property ButtonCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
This property returns the number of buttons contained within the Buttons collection. The collection includes both the default and custom buttons created in a navigator control.
See Also