Version

CustomizationSettings Class Members

The following tables list the members exposed by CustomizationSettings.

Protected Constructors
 NameDescription
Protected ConstructorCustomizationSettings ConstructorConstructor used during deserialization to initialize a new CustomizationSettings object with the serialized property values.  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAllowChangeItemDisplayStyleGets or sets the ability the change how an item is displayed exists on the customization dialog.  
Public PropertyAllowChangeMaxVisibleItemsGets or sets the ability the change MaxVisibleItems exists on the customization dialog.  
Public PropertyAllowCustomizationsGets or sets the end-users customizations are allowed.  
Public PropertyAllowedDisplayStyleValuesGets or sets the DisplayStyles values available in the Customization Dialog  
Public PropertyAllowItemDraggingGets or sets the user has the ability to reorder the items via dragging.  
Public PropertyAllowReorderGets or sets the ability the change the order of items exists on the customization dialog.  
Public PropertyCustomizationDialogCaptionGets or sets the caption on the settings dialog  
Public PropertyDisplayStyleDefaultGets or sets the default DisplayStyle value used by the Customization Dialog.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyMaxVisibleItemsDefaultGets or sets the default MaxVisibleItems value used by the Customization Dialog.  
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 all properties of this CustomizationSettings instance to their default values.  
Public MethodResetAllowChangeItemDisplayStyleResets the value of the AllowChangeItemDisplayStyle property to its default.  
Public MethodResetAllowChangeMaxVisibleItemsResets the value of the AllowChangeMaxVisibleItems property to its default.  
Public MethodResetAllowCustomizationsResets the value of the AllowCustomizations property to its default.  
Public MethodResetAllowedDisplayStyleValuesResets the value of the AllowedDisplayStyleValues property to its default.  
Public MethodResetAllowItemDraggingResets the value of the AllowItemDragging property to its default.  
Public MethodResetAllowReorderResets the value of the AllowReorder property to its default.  
Public MethodResetCustomizationDialogCaptionResets the value of the CustomizationDialogCaption property to its default.  
Public MethodResetDisplayStyleDefaultResets the value of the corresponding property.  
Public MethodResetMaxVisibleItemsDefaultResets the value of the corresponding property.  
Public MethodShouldSerializeReturns whether the value of any property of this CustomizationSettings instance has been changed from its default.  
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 MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. Called when this CustomizationSettings instance is disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAllowChangeItemDisplayStyleReturns whether the value of the AllowChangeItemDisplayStyle property has been changed from its default.  
Protected MethodShouldSerializeAllowChangeMaxVisibleItemsReturns whether the value of the AllowChangeMaxVisibleItems property has been changed from its default.  
Protected MethodShouldSerializeAllowCustomizationsReturns whether the value of the AllowCustomizations property has been changed from its default.  
Protected MethodShouldSerializeAllowedDisplayStyleValuesReturns whether the value of the AllowedDisplayStyleValues property has been changed from its default.  
Protected MethodShouldSerializeAllowItemDraggingReturns whether the value of the AllowItemDragging property has been changed from its default.  
Protected MethodShouldSerializeAllowReorderReturns whether the value of the AllowReorder property has been changed from its default.  
Protected MethodShouldSerializeCustomizationDialogCaptionReturns whether the value of the CustomizationDialogCaption property has been changed from its default.  
Protected MethodShouldSerializeDisplayStyleDefaultReturns a boolean value indicating whether the corresponding property requires serialization.  
Protected MethodShouldSerializeMaxVisibleItemsDefaultReturns a boolean value indicating whether the corresponding property requires serialization.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also