Get select all.

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

Syntax

C#
public static bool GetSelectAll(
	DependencyObject obj
)
Visual Basic
Public Shared Function GetSelectAll ( _
	obj As DependencyObject _
) As Boolean
JScript
public static function GetSelectAll(
	obj : DependencyObject
) : boolean

Parameters

obj
Type: System.Windows..::..DependencyObject

See Also