windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-basedocument-6ef8e9a9.md
Gets or sets the type of a control passed to the document as content.
Namespace : DevExpress.XtraBars.Docking2010.Views
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(null)]
public Type ControlType { get; set; }
<DefaultValue(Nothing)>
Public Property ControlType As Type
| Type | Default | Description |
|---|---|---|
| Type | null |
The type of a control passed to the document as content.
|
The ControlType property allows you to assign a control as document content:
ControlType property list. The drop-down displays UserControl / Form class descendants available in the solution.The assigned control type is used to initialize the control during Deferred Loading.
ControlType property accepts Control class descendants with parameterless constructors.ControlType property.ControlType property drop-down displays Form class descendants in MDI mode only.See Also