windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget.md
A Widget View.
Namespace : DevExpress.XtraBars.Docking2010.Views.Widget
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class WidgetView :
BaseView,
IFreeLayoutView,
ISupportBatchUpdate
Public Class WidgetView
Inherits BaseView
Implements IFreeLayoutView,
ISupportBatchUpdate
The following members return WidgetView objects:
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.
Object MarshalByRefObject Component BaseComponent BaseView WidgetView
See Also