Returns the value to GroupBy the IDataGridItem. Moved here from the DataGridViewModel

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

Syntax

C#
public virtual Object GetGroupByValue(
	IDataGridItem val
)
Visual Basic
Public Overridable Function GetGroupByValue ( _
	val As IDataGridItem _
) As Object
JScript
public function GetGroupByValue(
	val : IDataGridItem
) : Object

Return Value

Implements

IDataGridColumn..::..GetGroupByValue(IDataGridItem)

See Also