Click or drag to resize
weroSoft AG, Software
ListViewBehavior Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Hides or shows columns of the ListView.
Inheritance Hierarchy
SystemObject
  WeroSoft.Windows.ControlsListViewBehavior

Namespace:  WeroSoft.Windows.Controls
Assembly:  WeroSoft.Client.Desktop.Library (in WeroSoft.Client.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static class ListViewBehavior

The ListViewBehavior type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetHiddenColumns
Gets the indexes of the hidden columns as string.
Public methodStatic memberSetHiddenColumns
Sets the hidden columns.
Top
Fields
  NameDescription
Public fieldStatic memberHiddenColumnsProperty
Defines the DependencyProperty as the backing store for HiddenColumns.
Top
Attached Properties
  NameDescription
Public attached propertyHiddenColumns
Defines the DependencyProperty as the backing store for HiddenColumns.
Top
See Also