GrapeCity MultiRow Windows Forms Documentation
MultiRowSerializeIgnoreAttribute Class
Members 


Indicates the GrapeCity.Win.MultiRow.Template.Save method of GrapeCity.Win.MultiRow.Template should not serialize the public property value. This class cannot be inherited. This class cannot be inherited.
Syntax
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<AttributeUsageAttribute(ValidOn=AttributeTargets.Property, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class MultiRowSerializeIgnoreAttribute 
   Inherits System.Attribute
[EditorBrowsable(EditorBrowsableState.Advanced)]
[AttributeUsage(ValidOn=AttributeTargets.Property, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class MultiRowSerializeIgnoreAttribute : 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.MultiRowSerializeIgnoreAttribute

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

MultiRowSerializeIgnoreAttribute Members
GrapeCity.Win.MultiRow.Serialization Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.