Back to Devexpress

Document Class

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

latest2.1 KB
Original Source

Document Class

A Document within a WidgetView.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class Document :
    BaseDocument,
    IButtonsPanelOwner,
    IWidgetFreeLayoutElement,
    IFreeLayoutElement,
    IBaseObject,
    IDisposable,
    ISupportDXSkinColorsEx,
    ISupportDXSkinColors,
    ISupportAppearanceObjectPropertiesFilter
vb
Public Class Document
    Inherits BaseDocument
    Implements IButtonsPanelOwner,
               IWidgetFreeLayoutElement,
               IFreeLayoutElement,
               IBaseObject,
               IDisposable,
               ISupportDXSkinColorsEx,
               ISupportDXSkinColors,
               ISupportAppearanceObjectPropertiesFilter

Remarks

Document s within a Widget View are contained within StackGroups. See the Widget View topic for details.

Inheritance

Object MarshalByRefObject Component BaseComponent BaseDocument Document

See Also

Document Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace