GrapeCity MultiRow Windows Forms Documentation
Row Property (Template)


Gets the Row that is the template of the Rows in the GcMultiRow control.
Syntax
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
Public Property Row As Row
Dim instance As Template
Dim value As Row
 
instance.Row = value
 
value = instance.Row
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public Row Row {get; set;}

Property Value

A Row that indicates the template of the Rows in the GcMultiRow control.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionThe assigned Row belongs to another GcMultiRow or Template.
System.ArgumentNullExceptionThe specified value is a null reference (Nothing in Visual Basic).
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

Template Class
Template Members
ColumnHeaders Property
ColumnFooters Property

 

 


Copyright © GrapeCity, inc. All rights reserved.