EditorButtonCollection.VisibleCount Property
Gets the number of visible buttons in the collection.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | The number of visible buttons in the collection. |
Remarks
The VisibleCount property returns the number of visible buttons in the collection, i.e. the number of buttons with the EditorButton.Visible property set to true.
A button edit control displays only visible buttons. Other buttons are not displayed. The total number of buttons is determined by the Count property.
See Also