Back to Devexpress

BaseView.Controller Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-4aa3f128.md

latest1.3 KB
Original Source

BaseView.Controller Property

Provides methods to work with documents in the current View.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
IBaseViewController

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

|

See Also

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace