Search Results for

    Show / Hide Table of Contents

    Class SortWiseDataGrid

    Inheritance
    Object
    SortWiseDataGrid
    DataGridWithMultipleSelection
    Namespace: Sdl.Desktop.Platform.Controls.Controls
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public class SortWiseDataGrid : DataGrid

    Constructors

    SortWiseDataGrid()

    Declaration
    public SortWiseDataGrid()

    Properties

    DefaultColumnName

    Declaration
    public string DefaultColumnName { get; set; }
    Property Value
    Type Description
    String

    DefaultSortDirection

    Declaration
    public ListSortDirection DefaultSortDirection { get; set; }
    Property Value
    Type Description
    ListSortDirection

    Methods

    OnItemsSourceChanged(IEnumerable, IEnumerable)

    Declaration
    protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
    Parameters
    Type Name Description
    IEnumerable oldValue
    IEnumerable newValue

    OnSorting(DataGridSortingEventArgs)

    Declaration
    protected override void OnSorting(DataGridSortingEventArgs eventArgs)
    Parameters
    Type Name Description
    DataGridSortingEventArgs eventArgs

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)
    In this article
    Back to top Generated by DocFX