Back to Devexpress

WidgetView Class

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget.md

latest2.5 KB
Original Source

WidgetView Class

A Widget View.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class WidgetView :
    BaseView,
    IFreeLayoutView,
    ISupportBatchUpdate
vb
Public Class WidgetView
    Inherits BaseView
    Implements IFreeLayoutView,
               ISupportBatchUpdate

The following members return WidgetView objects:

Remarks

Widget View is a View for the DocumentManager component that allows you to create dashboard-like applications.

Documents within this View are displayed as cards and stored within vertically or horizontally oriented StackGroups. End-users can resize Documents, drag them from one Stack Group to another, maximize or minimize them. See the Widget View topic to learn more.

Inheritance

Object MarshalByRefObject Component BaseComponent BaseView WidgetView

See Also

WidgetView Members

Widget View

DevExpress.XtraBars.Docking2010.Views.Widget Namespace