Wimark.Controls Class Library  

ListViewGroup.Text Property

Gets or sets the header text for the group.

[Visual Basic]
Public Property Text As String 
[C#]
public string Text {get; set;}
[C++]
public: __property String* get_Text();
public: __property void set_Text(String*);

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

ListViewGroup Class | ListViewGroup Members | Wimark.Controls Namespace