An interface that each Data Grid group must implement.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public interface IDataGridGroup : IDataGridItem, 
	INotifyPropertyChanged, IDataGridExpandable, IDataGridHasValue
Visual Basic
Public Interface IDataGridGroup _
	Inherits IDataGridItem, INotifyPropertyChanged, IDataGridExpandable, IDataGridHasValue
JScript
public interface IDataGridGroup extends IDataGridItem, INotifyPropertyChanged, IDataGridExpandable, IDataGridHasValue

See Also