Skip to main content

CustomHeaderButton.Collection Property

Gets a collection that owns the custom header button.

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v24.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