Skip to main content
A newer version of this page is available. .
All docs
V21.1

QueryDocumentEventArgs.Control Property

Gets or sets the control hosted by this Document.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public Control Control { get; set; }

Property Value

Type Description
Control

This Document’s content.

Remarks

See the BaseView.QueryDocument event description for more information.

See Also