GrapeCity MultiRow Windows Forms Documentation
MultiRowSerializableTypeDescriptorAttribute Class
Members 


Indicates what type to use as a type descriptor for the object this attribute is bound to. This class cannot be inherited. This class cannot be inherited.
Syntax
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class Or  _
    AttributeTargets.Struct, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class MultiRowSerializableTypeDescriptorAttribute 
   Inherits System.Attribute
[EditorBrowsable(EditorBrowsableState.Advanced)]
[AttributeUsage(ValidOn=AttributeTargets.Class | 
    AttributeTargets.Struct, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class MultiRowSerializableTypeDescriptorAttribute : System.Attribute 
Remarks
This class is used by MultiRow's default serializing logic. Using it directly is not recommended.
Inheritance Hierarchy

System.Object
   System.Attribute
      GrapeCity.Win.MultiRow.Serialization.MultiRowSerializableTypeDescriptorAttribute

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MultiRowSerializableTypeDescriptorAttribute Members
GrapeCity.Win.MultiRow.Serialization Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.