Search Results for

    Show / Hide Table of Contents

    Class DataGridWithMultipleSelection

    Inheritance
    System.Object
    SortWiseDataGrid
    DataGridWithMultipleSelection
    Inherited Members
    SortWiseDataGrid.OnSorting(DataGridSortingEventArgs)
    SortWiseDataGrid.OnItemsSourceChanged(IEnumerable, IEnumerable)
    SortWiseDataGrid.DefaultColumnName
    SortWiseDataGrid.DefaultSortDirection
    Namespace: Sdl.Desktop.Platform.Controls.Controls
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public class DataGridWithMultipleSelection : SortWiseDataGrid

    Constructors

    DataGridWithMultipleSelection()

    Declaration
    public DataGridWithMultipleSelection()

    Fields

    SelectedItemsListProperty

    Declaration
    public static readonly DependencyProperty SelectedItemsListProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    SelectedItemsList

    Declaration
    public IList SelectedItemsList { get; set; }
    Property Value
    Type Description
    System.Collections.IList

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • DataGridWithMultipleSelection()
    • Fields
      • SelectedItemsListProperty
    • Properties
      • SelectedItemsList
    • Extension Methods
    Back to top Generated by DocFX