Version

NavigatorSettings Class Properties

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

Public Properties
 NameDescription
Public PropertyAppearanceReturns or sets the appearance of the Navigator user interface.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnabledReturns or sets whether the Navigator user interface will be displayed when the user presses Ctrl + Tab. The Navigator interface can only be summoned via Ctrl + Tab if the UltraDockManager's HostControl property is set to an MDI parent form.  
Public PropertyFooterAreaAppearanceGets or sets the appearance of the footer area of the Navigator dialog.  
Public PropertyHasAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasFooterAreaAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasHeaderAreaAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasHotTrackedItemAreaAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasItemAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasItemDescriptionAreaAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasItemDescriptionBodyAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasItemDescriptionHeaderAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasListHeaderAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasSelectedItemAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHeaderAreaAppearanceGets or sets the appearance of the header area of the Navigator dialog.  
Public PropertyHotTrackedItemAreaAppearanceGets or sets the hot tracked appearance of the list items in the Navigator dialog.  
Public PropertyIsItemIconVisibleInHeaderGets or sets the value which indicates whether the selected item's icon should show before in the description area header text.  
Public PropertyIsItemIconVisibleInHeaderResolvedGets the resolved value of IsItemIconVisibleInHeader.  
Public PropertyIsPreviewVisibleGets or sets the value which indicates whether the preview area is visible in the Navigator dialog.  
Public PropertyIsPreviewVisibleResolvedGets the resolved value of IsPreviewVisible.  
Public PropertyItemAppearanceReturns or sets the appearance of the list items in the Navigator user interface.  
Public PropertyItemDescriptionAreaAppearanceReturns or sets the appearance of the area in the Navigator user interface which displays a description of the selected item.  
Public PropertyItemDescriptionBodyAppearanceReturns or sets the appearance of the lower text area in the Navigator user interface's Description Area.  
Public PropertyItemDescriptionHeaderAppearanceReturns or sets the appearance of the upper text area in the Navigator user interface's Description Area.  
Public PropertyItemDescriptionLocationGets or sets the value which indicates where to show the description of the selected item in the Navigator dialog.  
Public PropertyItemDescriptionLocationResolvedGets the resolved value of ItemDescriptionLocation.  
Public PropertyListHeaderAppearanceReturns or sets the appearance of the text areas above the lists displayed in the Navigator user interface.  
Public PropertyMaxItemsPerColumnReturns or sets the maximum number of items allowed in a column of the list(s) displayed in the Navigator user interface. The default value is 15. If this property is set to a value less than 1 an ArgumentOutOfRange exception will be thrown.  
Public PropertyMdiListCaptionReturns or sets the text shown above the list of MDI child windows, in the Navigator user interface.  
Public PropertyMdiListMaxColumnsReturns or sets the maximum number of columns displayed in the list of MDI children, in the Navigator user interface. The default value is 4. If this property is set to a value less than 1 an ArgumentOutOfRange exception will be thrown.  
Public PropertyNavigatorStyleGets or sets the value which determines the style of the Navigator dialog.  
Public PropertyNavigatorStyleResolvedGets the resolved value of NavigatorStyle.  
Public PropertyPaneListCaptionReturns or sets the text shown above the list of dockable panes, in the Navigator user interface.  
Public PropertyPaneListMaxColumnsReturns or sets the maximum number of columns displayed in the list of dockable panes, in the Navigator user interface. The default value is 4. If this property is set to a value less than 1 an ArgumentOutOfRange exception will be thrown.  
Public PropertySelectedItemAppearanceReturns or sets the appearance of the selected item in the Navigator user interface.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also