Skip to main content
A newer version of this page is available. .

IWidgetViewController Interface

Provides methods that allow you to manage Documents within a WidgetView in code.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public interface IWidgetViewController :
    IBaseViewController,
    IBaseObject,
    IDisposable

The following members return IWidgetViewController objects:

Remarks

To access the IWidgetViewController object related to a WidgetView, use the WidgetView.Controller property.

See Also