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

CustomHeaderButton.Collection Property

Gets a collection that owns the custom header button.

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public CustomHeaderButtonCollection Collection { get; }

Property Value

Type Description
CustomHeaderButtonCollection

A CustomHeaderButtonCollection object that is the collection that owns the current custom header button.

See Also