| Visual Basic (Declaration) | |
|---|---|
Public Property Group As UltraListViewGroup | |
| C# | |
|---|---|
public UltraListViewGroup Group {get; set;} | |
Note: Groups are not displayed when the UltraListView control's UltraListView.View property is set to 'List'.
The following code sample demonstrates how to handle the UltraListView's ItemActivating and ItemActivated events to change the color of a group's text when an item in that group becomes active:
For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. For specific information and code examples illustrating how to consume events in your application, see Consuming Events in the .NET Framework Developer's Guide.
For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. For specific information and code examples illustrating how to consume events in your application, see Consuming Events in the .NET Framework Developer's Guide.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win | |
| C# | Copy Code |
|---|---|
using Infragistics.Win; | |
Reference
UltraListViewItem ClassUltraListViewItem Members
UltraListViewGroup Class
Groups Property
ShowGroups Property
ShowGroupsResolved
