GlobalSelectedItems Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridControl Class : GlobalSelectedItems Property

Gets the data items that are selected in all the available contexts.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property GlobalSelectedItems As IEnumerable
C# 
public IEnumerable GlobalSelectedItems {get;}

Return Value

The data items that are selected in all the available contexts.

Remarks

The contexts in which the selected items are contained can be retrieved through the SelectedContexts property. The selected items of an individual context can be retrieved through its SelectedItems property.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also