Back to Devexpress

INativeMdiViewController Interface

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-nativemdi-2a0751ac.md

latest1.7 KB
Original Source

INativeMdiViewController Interface

An object that implements operations on a NativeMdiView‘s documents.

Namespace : DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public interface INativeMdiViewController :
    IBaseViewController,
    IBaseObject,
    IDisposable
vb
Public Interface INativeMdiViewController
    Inherits IBaseViewController,
             IBaseObject,
             IDisposable

The following members return INativeMdiViewController objects:

Remarks

To access a controller that implements operations on documents, use the NativeMdiView.Controller property.

See Also

INativeMdiViewController Members

Controller

DevExpress.XtraBars.Docking2010.Views.NativeMdi Namespace