Version

LocalizedCustomTypeDescriptorAdapter Class Members

The following tables list the members exposed by LocalizedCustomTypeDescriptorAdapter.

Protected Fields
 NameDescription
Protected FieldcomponentAssociated component. (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public Methods
 NameDescription
Public MethodEqualsIndicates if the object is equivalent to the specified object (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetAttributesICustomTypeDescriptor.GetAttributes implementation. (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetClassNameICustomTypeDescriptor.GetClassName implementation. (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetComponentNameICustomTypeDescriptor.GetComponentName implementation. (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetConverterICustomTypeDescriptor.GetConverter implementation. (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetDefaultEventICustomTypeDescriptor.GetDefaultEvent implementation. (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetDefaultPropertyICustomTypeDescriptor.GetDefaultProperty implementation. (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetEditorICustomTypeDescriptor.GetEditor implementation. (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetEventsOverloaded. ICustomTypeDescriptor.GetEvents implementation. (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetHashCodeReturns the hashcode of the underlying component. (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetPropertiesOverloaded. ICustomTypeDescriptor.GetProperties implementation. (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetPropertyOwnerICustomTypeDescriptor.GetPropertyOwner implementation. (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Protected Methods
 NameDescription
Protected MethodGetCustomDisplayNameOverridden. Allows localization of the property name by supplying a custom DisplayName for the property.  
Protected MethodGetPropertyAttributesOverridden. Returns a list of the attributes applied to the property. Can be overridden to allow modifying the attributes.  
Protected MethodShouldIncludePropertyUsed to determine which properties should be returned from the base System.ComponentModel.ICustomTypeDescriptor implementation (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Protected MethodWrapPropertyValueInvoked when the value of the custom property descriptor is requested so the property value may be wrapped by a custom type descriptor if necessary. (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
See Also