Skip to main content

DocumentEventArgs.Document Property

Points to the document related to the current event.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v22.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BaseDocument Document { get; }

Property Value

Type Description
BaseDocument

A BaseDocument related to the current event.

Remarks

See the Deferred Load topic to learn more.

See Also