Share via


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

Name of the column that this state applies to.

(Inherited from ColumnState)
SortPriority

Sort priority for the column.

(Inherited from ColumnState)
Width

The current width of the column in pixels.

(Inherited from ColumnState)

Applies to