Back to Devexpress

TabFormControlBase.SelectedContainer Property

windowsforms-devexpress-dot-xtrabars-dot-tabformcontrolbase-e16140ae.md

latest1.9 KB
Original Source

TabFormControlBase.SelectedContainer Property

Gets the control displayed in the client area of the currently selected TabFormPage.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Controlnull

A Control object that represents the control displayed in the client area of the currently selected TabFormPage.

|

Remarks

The SelectedContainer property returns the control displayed in the client area (see TabFormPage.ContentContainer) of the currently selected page (see TabFormControlBase.SelectedPage).

See Also

ContentContainer

SelectedPage

TabFormControlBase Class

TabFormControlBase Members

DevExpress.XtraBars Namespace