Wimark.Controls Class Library  

DataGridViewRow.Group Property

Gets or sets the group to which the row is assigned.

[Visual Basic]
Public Property Group As DataGridViewGroup 
[C#]
public DataGridViewGroup Group {get; set;}
[C++]
public: __property DataGridViewGroup* get_Group();
public: __property void set_Group(DataGridViewGroup*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewRow Class | DataGridViewRow Members | Wimark.Controls Namespace