GrapeCity MultiRow Windows Forms Documentation
Columns Property


Gets a collection that contains all the columns in the control.
Syntax
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public ReadOnly Property Columns As ColumnCollection
Dim instance As GcMultiRow
Dim value As ColumnCollection
 
value = instance.Columns
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public ColumnCollection Columns {get;}

Property Value

A ColumnCollection that contains all the columns in the control.
Remarks
The column item cannot be added, removed, or changed in the collection. The collection is created automatically when the GcMultiRow control is assigned to a template, and the collection count is always the same as the cells' count in the current template's row section.
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.