Skip to main content

CustomHeaderButton.Collection Property

Gets a collection that owns the custom header button.

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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