Skip to main content

CustomHeaderButtonCollection.Item[Int32] Property

Gets a button from the button collection at the specified position.

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public CustomHeaderButton this[int index] { get; }

Parameters

Name Type Description
index Int32

The zero-based index of the button to return.

Property Value

Type Description
CustomHeaderButton

A CustomHeaderButton object at the specified position in the current collection.

See Also