Version

DockablePaneBase Class Properties

For a list of all members of this type, see DockablePaneBase members.

Public Properties
 NameDescription
Public PropertyActualSizeReturns the current size of the pane.  
Public PropertyClosedReturns or sets whether the pane is currently closed.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDockAreaPaneReturns the root DockArea ancestor that contains the pane.  
Public PropertyDockedStateReturns the current docking state of the pane. This property is read-only.  
Public PropertyElementReturns the Infragistics.Win.UIElement associated with the pane.  
Public PropertyHasSettingsIndicates if a PaneSettings object has been created for the Settings property of the pane.  
Public PropertyIndexReturns the index of the current pane in the Panes collection of the Pane's parent.  
Public PropertyIsActiveReturns or sets whether the current pane contains the active control or a child pane containing the active control.  
Public PropertyIsInitializedIndicates if the InitializePane event has been fired for the pane.  
Public PropertyIsSelectedTabReturns or sets whether the pane is the selected item in a tab style group or sliding group.  
Public PropertyIsVisibleIndicates if the pane is currently displayed.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyManagerReturns the owning UltraDockManager component.  
Public PropertyMaximizedReturns or sets whether the pane is maximized.  
Public PropertyMaximizedResolvedReturns the resolved value indicating whether the pane appears as maximized.  
Public PropertyMaximumSizeReturns or sets the maximum size of the pane.  
Public PropertyMaximumSizeResolvedReturns the adjusted maximum size based on the minimum size and the sizes of the child panes as well as caption areas, etc.  
Public PropertyMinimizedReturns or sets whether the pane is minimized.  
Public PropertyMinimizedResolvedReturns the resolved value indicating whether the pane appears as minimized.  
Public PropertyMinimumSizeReturns or sets the minimum size of the pane.  
Public PropertyMinimumSizeResolvedReturns the adjusted maximum size based on the minimum size and the sizes of the child panes as well as caption areas, etc.  
Public PropertyNestDepthReturns the level of nesting occupied by the current pane. This property is read-only.  
Public PropertyParentReturns the parent of the current pane.  
Public PropertyParentDockedReturns the parent DockableGroupPane that contains the pane when it is docked.  
Public PropertyParentFloatingReturns the parent DockableGroupPane that contains the pane when it is floating.  
Public PropertySettingsReturns an object containing the default settings for the pane.  
Public PropertySettingsResolvedReturns an object providing the resolved values for the Settings property.  
Public PropertySizeReturns or sets a value used to determine the size of the pane in proportion to other panes in the same docking area.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextGets/sets the text for the pane caption.  
Public PropertyTextTabGets/sets the text for the tab caption.  
Public PropertyTextTabResolvedReturns the resolved string displayed in the tab caption for the pane.  
Public PropertyToolTipCaptionReturns or sets the tooltip displayed when the mouse is over the pane's caption.  
Public PropertyToolTipTabReturns or sets the tooltip displayed when the mouse is over the pane's tab.  
Protected Properties
 NameDescription
Protected PropertyDefaultPaneSizeReturns the size of the pane when it has not been explicitly set.  
Protected PropertyIsLayoutSuspendedIndicates if the size calculations should be suspended  
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also