GrapeCity MultiRow Windows Forms Documentation
ExcludeAttributes Property


Gets or sets the excluded attributes.
Syntax
Public Property ExcludeAttributes As IEnumerable(Of Attribute)
Dim instance As MultiRowSerializableTypeDescriptor
Dim value As IEnumerable(Of Attribute)
 
instance.ExcludeAttributes = value
 
value = instance.ExcludeAttributes
public IEnumerable<Attribute> ExcludeAttributes {get; set;}

Property Value

An IEnumerable instance that represents the exclude attributes.
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

MultiRowSerializableTypeDescriptor Class
MultiRowSerializableTypeDescriptor Members

 

 


Copyright © GrapeCity, inc. All rights reserved.