Table of Contents

Class TableViewClearSortingEventArgs

Namespace
WinUI.TableView
Assembly
WinUI.TableView.dll

Provides data for the event that is raised when sorting is cleared from TableView.

public class TableViewClearSortingEventArgs : HandledEventArgs
Inheritance
object
EventArgs
HandledEventArgs
TableViewClearSortingEventArgs

Constructors

TableViewClearSortingEventArgs(TableViewColumn?)

Initializes a new instance of the TableViewClearSortingEventArgs class.

public TableViewClearSortingEventArgs(TableViewColumn? column = null)

Parameters

column TableViewColumn

The column from which the sorting is being cleared.

Properties

Column

Gets the column from which the sorting is being cleared.

public TableViewColumn? Column { get; }

Property Value

TableViewColumn