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

DocumentCancelEventArgs.Document Property

The Document related to the current event.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public BaseDocument Document { get; }

Property Value

Type Description
BaseDocument

A BaseDocument related to the current event.

See Also