ColumnState2 Class

Definition

Extends ColumnState to add support for grouping.

public ref class ColumnState2 : Microsoft::VisualStudio::Shell::TableControl::ColumnState
[Windows::Foundation::Metadata::WebHostHidden]
class ColumnState2 : Microsoft::VisualStudio::Shell::TableControl::ColumnState
public class ColumnState2 : Microsoft.VisualStudio.Shell.TableControl.ColumnState
type ColumnState2 = class
    inherit ColumnState
Public Class ColumnState2
Inherits ColumnState
Inheritance
ColumnState2

Constructors

ColumnState2(String, Boolean, Double, Int32, Boolean, Int32)

Fields

DescendingSort

Indicates whether the sort is a descending sort.

(Inherited from ColumnState)
GroupingPriority
IsVisible

The current visibility of the column.

(Inherited from ColumnState)
Name

The name of the column that this state applies to. Equal to TableColumnDefinition.Name.

(Inherited from ColumnState)
SortPriority

Sort priority for the column. A priority of 0 means the table is not sorted using this column. If more than one column has a priority > 0, then the table sorted by chaining the columns together in priority order (e.g. if two rows are equal according to the column with a priority of 1, then the two rows are compared using the column with a priority of 2, etc.).

(Inherited from ColumnState)
Width

The current visibility of the column.

(Inherited from ColumnState)

Applies to