Back to Devexpress

BaseComponent Properties

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-base-dot-basecomponent-dot-underscore-properties.md

latest3.6 KB
Original Source

BaseComponent Properties

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

NameDescription
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
IsDisposingGets whether the BaseComponent object is currently being disposed of.
IsInitializedIndicates whether or not the BaseComponent object has been fully initialized.
IsInitializingReturns whether or not the BaseComponent object is currently being initialized.
IsUpdateLockedReturns whether or not this BaseComponent is currently locked, which prevents any visual updates.
SiteGets or sets the ISite of the Component. Inherited from Component.

See Also

BaseComponent Class

BaseComponent Members

DevExpress.XtraBars.Docking2010.Base Namespace