Version

NavigatorSettings Class Members

The following tables list the members exposed by NavigatorSettings.

Public Constructors
 NameDescription
Public ConstructorNavigatorSettings ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
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)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetResets the object to its default state.  
Public MethodResetAppearanceResets the Appearance property to its default value.  
Public MethodResetFooterAreaAppearanceResets the FooterAreaAppearance property to its default value.  
Public MethodResetHeaderAreaAppearanceResets the HeaderAreaAppearance property to its default value.  
Public MethodResetHotTrackedItemAreaAppearanceResets the HotTrackedItemAreaAppearance property to its default value.  
Public MethodResetItemAppearanceResets the ItemAppearance property to its default value.  
Public MethodResetItemDescriptionAreaAppearanceResets the ItemDescriptionAreaAppearance property to its default value.  
Public MethodResetItemDescriptionBodyAppearanceResets the ItemDescriptionBodyAppearance property to its default value.  
Public MethodResetItemDescriptionHeaderAppearanceResets the ItemDescriptionHeaderAppearance property to its default value.  
Public MethodResetListHeaderAppearanceResets the ListHeaderAppearance property to its default value.  
Public MethodResetMdiListCaptionResets the MdiListCaption property to its default value.  
Public MethodResetPaneListCaptionResets the PaneListCaption property to its default value.  
Public MethodResetSelectedItemAppearanceResets the SelectedItemAppearance property to its default value.  
Public MethodShouldSerializeIndicates if any of the property values differ from the default value.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataInvoked during the serialization of the object.  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDeserializationInvoked after the entire object graph has been deserialized.  
Protected MethodOnDisposeOverridden. Invoked when the resources utilized by the object are released and the object is being disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when a property on a sub object has changed.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAppearanceIndicates whether the Appearance property contains data that needs to be serialized.  
Protected MethodShouldSerializeFooterAreaAppearanceIndicates whether the FooterAreaAppearance property contains data that needs to be serialized.  
Protected MethodShouldSerializeHeaderAreaAppearanceIndicates whether the HeaderAreaAppearance property contains data that needs to be serialized.  
Protected MethodShouldSerializeHotTrackedItemAreaAppearanceIndicates whether the HotTrackedItemAreaAppearance property contains data that needs to be serialized.  
Protected MethodShouldSerializeItemAppearanceIndicates whether the ItemAppearance property contains data that needs to be serialized.  
Protected MethodShouldSerializeItemDescriptionAreaAppearanceIndicates whether the ItemDescriptionAreaAppearance property contains data that needs to be serialized.  
Protected MethodShouldSerializeItemDescriptionBodyAppearanceIndicates whether the ItemDescriptionBodyAppearance property contains data that needs to be serialized.  
Protected MethodShouldSerializeItemDescriptionHeaderAppearanceIndicates whether the ItemDescriptionHeaderAppearance property contains data that needs to be serialized.  
Protected MethodShouldSerializeListHeaderAppearanceIndicates whether the ListHeaderAppearance property contains data that needs to be serialized.  
Protected MethodShouldSerializeMdiListCaptionIndicates if the MdiListCaption property needs to be serialized.  
Protected MethodShouldSerializePaneListCaptionIndicates if the PaneListCaption property needs to be serialized.  
Protected MethodShouldSerializeSelectedItemAppearanceIndicates whether the SelectedItemAppearance property contains data that needs to be serialized.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also