Back to Devexpress

Document.CustomHeaderButtons Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-document-f0560517.md

latest1.7 KB
Original Source

Document.CustomHeaderButtons Property

Gets the set of Header Buttons assigned to the current Document.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[ListBindable(false)]
public ButtonCollection CustomHeaderButtons { get; }
vb
<ListBindable(False)>
Public ReadOnly Property CustomHeaderButtons As ButtonCollection

Property Value

TypeDescription
DevExpress.XtraBars.Docking2010.ButtonCollection

A ButtonCollection that stores Header Buttons assigned to the current Document.

|

See Also

Header Buttons

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace