DocumentGroup.HeaderClick Event
Occurs whenever an end-user clicks a header of a Document that belongs to this DocumentGroup container.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The HeaderClick event's data class is DevExpress.XtraBars.Docking2010.Views.DocumentHeaderClickEventArgs.
Remarks
The HeaderClick event fires for all DocumentGroup descendants, except for the SplitGroup, since this container does not display any document headers. You can use the e.Document parameter of the event arguments to get a Document whose header was clicked.
See Also