Back to Devexpress

BaseComponent Class

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-base.md

latest4.1 KB
Original Source

BaseComponent Class

A base class for Application UI Manager component’s Views and Documents.

Namespace : DevExpress.XtraBars.Docking2010.Base

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class BaseComponent :
    Component,
    IBaseObject,
    IDisposable,
    ISupportInitialize,
    ISupportBatchUpdate
vb
Public Class BaseComponent
    Inherits Component
    Implements IBaseObject,
               IDisposable,
               ISupportInitialize,
               ISupportBatchUpdate

Inheritance

Show 33 items

Object MarshalByRefObject Component BaseComponent DocumentManager

BaseDocument

BaseView

DocumentGroup

BaseRelativeLengthElement

BaseContentContainer

BaseTile

ToastNotificationsManager

Document

SlideGroup

TabbedGroup

StackGroup

Document

DocumentGroup

Flyout

Tile

Document

TileContainer

WindowsUIView

ColumnDefinition

Page

PageGroup

Document

NativeMdiView

TabbedView

RowDefinition

WidgetView

SplitGroup

XRTabbedMdiManager

See Also

BaseComponent Members

DevExpress.XtraBars.Docking2010.Base Namespace