Back to Devexpress

DeferredControlLoadEventArgs.Control Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-deferredcontrolloadeventargs.md

latest1.4 KB
Original Source

DeferredControlLoadEventArgs.Control Property

Gets the current Document’s content.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public Control Control { get; }
vb
Public ReadOnly Property Control As Control

Property Value

TypeDescription
Control

A Control that is the current Document’s content.

|

Remarks

See the Deferred Load topic to learn more.

See Also

DeferredControlLoadEventArgs Class

DeferredControlLoadEventArgs Members

DevExpress.XtraBars.Docking2010.Views Namespace