Back to Devexpress

BaseView Properties

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-dot-underscore-properties.md

latest10.3 KB
Original Source

BaseView Properties

The base class for Views in a DocumentManager.

NameDescription
ActiveDocumentGets the active document.
ActiveFloatDocumentGets the active floating document.
AllowHotkeyNavigationGets or sets whether switching between tabbed documents using keyboard shortcuts is allowed.
AllowResetLayoutGets or sets whether the current DocumentManager‘s layout can be reset to default.
AppearanceContains appearance settings for the current View.
BackgroundImageGets or sets the current DocumentManager‘s background image.
BackgroundImageLayoutModeGets or sets the background image layout as defined in the ImageLayoutMode enumeration.
BackgroundImageStretchMarginsGets or sets stretching margins for a DocumentManager‘s background image in a View.
BoundsGets the visual bounds of the current object.
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.
ControllerProvides methods to work with documents in the current View.
CustomResizeZoneThicknessGets or sets the resize zone thickness.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DocumentPropertiesProvides access to properties common to all documents within the current View.
DocumentsStores all documents displayed within the View.
DocumentSelectorPropertiesProvides access to appearance settings used for a Document Selector within the current view.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
FloatDocumentsProvides access to floating documents.
FloatDocumentsAlwaysOnTopGets or sets whether floating Documents are always drawn on top of their parent forms.
FloatingDocumentContainerGets or sets a type of container for floating documents within the current BaseView.
FloatPanelsThis member supports the internal infrastructure, and is not intended to be used directly from your code.
IsDisposingGets whether the BaseComponent object is currently being disposed of. Inherited from BaseComponent.
IsDocumentSelectorVisibleGets if a document selector for this BaseView is currently visible.
IsEmptyGets whether a View is empty.
IsFocusedGets whether any document within the current View has focus.
IsInitializedIndicates whether or not the BaseComponent object has been fully initialized. Inherited from BaseComponent.
IsInitializingReturns whether or not the BaseComponent object is currently being initialized. Inherited from BaseComponent.
IsLoadedGets whether the current object has been loaded.
IsLoadingGets whether the current object is being loaded.
IsLoadingAnimationInProgressGets whether loading indicator animation is currently running within this View.
IsUpdateLockedReturns whether or not this BaseComponent is currently locked, which prevents any visual updates. Inherited from BaseComponent.
ItemsThis member supports the internal infrastructure, and is not intended to be used directly from your code.
LoadingIndicatorPropertiesProvides access to appearance settings used for a loading indicator within the current BaseView.
ManagerGets a DocumentManager that owns the current View.
OptionsLayoutGets the object containing properties related to the current View’s layout.
PaddingThis is an internal property that should not be used.
SiteGets or sets the ISite of the Component. Inherited from Component.
StyleGets or sets the View style.
TypeGets the current View’s type.
UseDocumentSelectorGets or sets if a Document Selector is enabled for the current Document Manager.
UseLoadingIndicatorGets or sets if a loading indicator for deferred load should be used.
UseSnappingEmulationGets or sets whether this BaseView uses snapping emulation for its child documents.
WindowsDialogPropertiesGets an object containing settings related to the current DocumentManager‘s Windows dialog.

See Also

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace