Skip to main content

Document Class

A Document within a WidgetView.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class Document :
    BaseDocument,
    IButtonsPanelOwner,
    IWidgetFreeLayoutElement,
    IFreeLayoutElement,
    IBaseObject,
    IDisposable,
    ISupportDXSkinColorsEx,
    ISupportDXSkinColors

Remarks

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

See Also