Indicates that the group is currently expanding

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

Syntax

C#
public bool IsExpanding { get; set; }
Visual Basic
Public Property IsExpanding As Boolean
	Get
	Set
JScript
final function get IsExpanding () : boolean
final function set IsExpanding (value : boolean)

Implements

IDataGridExpandable..::..IsExpanding

See Also