Gets or sets a value indicating whether the group is expanded.

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

Syntax

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

Field Value

true if the group is expanded; otherwise, false.

Implements

IDataGridExpandable..::..IsExpanded

See Also