Skip to main content

DeferredControlLoadEventArgs.Control Property

Gets the current Document’s content.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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