Table of Contents

Class SortHeaderEventArgs

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll

Event arguments when using code behind to sort headers.

public class SortHeaderEventArgs : EventArgs
Inheritance
SortHeaderEventArgs
Inherited Members
Extension Methods

Properties

Canceled

True to cancel sort (removes adorner) False if sort event handler provided sort

public bool Canceled { get; set; }

Property Value

bool

Column

The column that was clicked.

public GridViewColumn Column { get; }

Property Value

GridViewColumn

SortDirection

The direction to sort

public ListSortDirection SortDirection { get; }

Property Value

ListSortDirection