Command invoked when row item should be collapsed

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

Syntax

C#
public ICommand CollapseCommand { get; set; }
Visual Basic
Public Property CollapseCommand As ICommand
	Get
	Set
JScript
function get CollapseCommand () : ICommand
function set CollapseCommand (value : ICommand)

See Also