Implement this interface to provide expandable support for grid UI.

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

Syntax

C#
public interface IDataGridExpandable : INotifyPropertyChanged
Visual Basic
Public Interface IDataGridExpandable _
	Inherits INotifyPropertyChanged
JScript
public interface IDataGridExpandable extends INotifyPropertyChanged

See Also