Back to Devexpress

Document Class

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-0b9862c9.md

latest2.0 KB
Original Source

Document Class

A document within a TabbedView.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class Document :
    BaseDocument,
    ISupportDXSkinColorsEx,
    ISupportDXSkinColors,
    ISupportAdornerElementEx,
    ISupportAdornerElement,
    IUpdateAdornerUI
vb
Public Class Document
    Inherits BaseDocument
    Implements ISupportDXSkinColorsEx,
               ISupportDXSkinColors,
               ISupportAdornerElementEx,
               ISupportAdornerElement,
               IUpdateAdornerUI

The following members return Document objects:

Inheritance

Object MarshalByRefObject Component BaseComponent BaseDocument Document

See Also

Document Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace