Back to Devexpress

XRDesignMdiController.XtraTabbedMdiManager Property

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-dot-xrdesignmdicontroller-b48e1b3e.md

latest1.9 KB
Original Source

XRDesignMdiController.XtraTabbedMdiManager Property

Gets or sets the MDI Manager that provides the multi-document interface for the XRDesignMdiController.

Namespace : DevExpress.XtraReports.UserDesigner

Assembly : DevExpress.XtraReports.v25.2.Extensions.dll

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public XRTabbedMdiManager XtraTabbedMdiManager { get; set; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public Property XtraTabbedMdiManager As XRTabbedMdiManager

Property Value

TypeDefaultDescription
XRTabbedMdiManagernull

An XRTabbedMdiManager object.

|

Remarks

After an XRDesignMdiController instance is added to a form, an XRTabbedMdiManager object is automatically created and assigned to the XtraTabbedMdiManager property.

See Also

XRDesignMdiController Class

XRDesignMdiController Members

DevExpress.XtraReports.UserDesigner Namespace