Skip to main content

CustomHeaderButtonCollection.VisibleCount Property

Gets the number of visible buttons in a button collection.

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

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