ColumnState 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.
Representation of the persistent state associated with a ITableColumnDefinition in a particular instance of a IWpfTableControl.
public ref class ColumnState
[Windows::Foundation::Metadata::WebHostHidden]
class ColumnState
public class ColumnState
type ColumnState = class
Public Class ColumnState
- Inheritance
-
ColumnState
- Derived
Constructors
ColumnState(String, Boolean, Double, Int32, Boolean) |
Create a ColumnState with the indicated attributes. |
Fields
DescendingSort |
Indicates whether the sort is a descending sort. |
IsVisible |
The current visibility of the column. |
Name |
Name of the column that this state applies to. |
SortPriority |
Sort priority for the column. |
Width |
The current width of the column in pixels. |