Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event DocumentHeaderClickEventHandler HeaderClick

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