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

CustomHeaderButtonEventArgs.Document Property

Gets the selected document.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Document Document { get; }

Property Value

Type Description
Document

The selected Document.

See Also