CustomHeaderButtonCollection.VisibleCount Property
Gets the number of visible buttons in a button collection.
Namespace: DevExpress.XtraTab.Buttons
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Int32 | The number of visible buttons in a button collection. |
Remarks
The VisibleCount property returns the number of visible buttons in a button collection. Visible buttons have the EditorButton.Visible property set to true.
See Also