ColumnState2 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |