ColumnState Class

Visual Studio 2015
 

Representation of the persistent state associated with a TableColumnDefinition in a particular instance of a IWpfTableControl.

Namespace:   Microsoft.VisualStudio.Shell.TableControl
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

System::Object
  Microsoft.VisualStudio.Shell.TableControl::ColumnState

public ref class ColumnState 

NameDescription
System_CAPS_pubmethodColumnState(String^, Boolean, Double, Int32, Boolean)

Create a ColumnState with the indicated attributes.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldDescendingSort

Indicates whether the sort is a descending sort.

System_CAPS_pubfieldIsVisible

The current visibility of the column.

System_CAPS_pubfieldName

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

System_CAPS_pubfieldSortPriority

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.).

System_CAPS_pubfieldWidth

The current visibility of the column.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: