Back to Devexpress

TabbedView.Controller Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-tabbedview-24f86173.md

latest1.4 KB
Original Source

TabbedView.Controller Property

Provides methods to work with documents in the current View.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public ITabbedViewController Controller { get; }
vb
<Browsable(False)>
Public ReadOnly Property Controller As ITabbedViewController

Property Value

TypeDescription
ITabbedViewController

An ITabbedViewController object that provides methods to work with the current View’s documents.

|

See Also

TabbedView Class

TabbedView Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace