Skip to main content
A newer version of this page is available. .

CustomHeaderButtonCollection.VisibleCount Property

Gets the number of visible buttons in a button collection.

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
public virtual int VisibleCount { get; }

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