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

DeferredControlLoadEventArgs.Control Property

Gets the current Document’s content.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public Control Control { get; }

Property Value

Type Description
Control

A Control that is the current Document’s content.

Remarks

See the Deferred Load topic to learn more.

See Also