Represents info about how a specific column is used to sort by.
Inheritance Hierarchy
Spotfire.Dxp.Application.VisualsTableSortInfo
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public sealed class TableSortInfo
The TableSortInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DataColumn |
Gets the DataColumn associated with this object, or null if there is none.
| |
| SortMode |
Gets or sets the sort mode of the column.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
See Also