RowGroups Property (TransposedGridRowBase)
In This Topic
Gets the Transposedgrid's row collection.
Syntax
'Declaration
Public Overridable Property RowGroups As System.Collections.Generic.IList(Of TransposedGridRow)
'Usage
Dim instance As TransposedGridRowBase
Dim value As System.Collections.Generic.IList(Of TransposedGridRow)
instance.RowGroups = value
value = instance.RowGroups
public virtual System.Collections.Generic.IList<TransposedGridRow> RowGroups {get; set;}
public read-write property RowGroups: System.Collections.Generic.IList; virtual;
public function get,set RowGroups : System.Collections.Generic.IList
public: __property virtual System.Collections.Generic.IList<TransposedGridRow*>* get_RowGroups();
public: __property virtual void set_RowGroups(
System.Collections.Generic.IList<TransposedGridRow*>* value
);
public:
virtual property System.Collections.Generic.IList<TransposedGridRow^>^ RowGroups {
System.Collections.Generic.IList<TransposedGridRow^>^ get();
void set ( System.Collections.Generic.IList<TransposedGridRow^>^ value);
}
See Also