Wimark.Controls Class Library  

DataGridViewBindingModel.GroupCaptionNeeded Event

Occurs when the data model requires the caption of the group an item is assigned to.

[Visual Basic]
Public Event GroupCaptionNeeded As DataGridViewModelGroupEventHandler 
[C#]
public event DataGridViewModelGroupEventHandler GroupCaptionNeeded;
[C++]
public: __event DataGridViewModelGroupEventHandler* GroupCaptionNeeded;

Event Data

The event handler receives an argument of type DataGridViewModelGroupEventArgs containing data related to this event. The following DataGridViewModelGroupEventArgs property provides information specific to this event.

Property Description
ItemIndex Gets a value indicating the item index of the property that raised the event.
Text Gets or sets the group name or caption the item is assigned to.

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

DataGridViewBindingModel Class | DataGridViewBindingModel Members | Wimark.Controls Namespace