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

CustomHeaderButtonCollection.Item[Int32] Property

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

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v18.2.dll

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