Click or drag to resize

ListViewProperties Class

Provides attached properties for the ListViews, that can be used to extend the functionalities of the control
Inheritance Hierarchy
SystemObject
  Cauldron.XAML.ThemeListViewProperties

Namespace:  Cauldron.XAML.Theme
Assembly:  Cauldron.XAML.Theme (in Cauldron.XAML.Theme.dll) Version: 3.1.0.22 (3.1.0.22)
Syntax
C#
public static class ListViewProperties

The ListViewProperties type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCommand
Gets the value of Command
Public methodStatic memberGetHeader
Gets the value of Header
Public methodStatic memberGetSelectedItems
Gets the value of SelectedItems
Public methodStatic memberSetCommand
Sets the value of the Command attached property
Public methodStatic memberSetHeader
Sets the value of the Header attached property
Public methodStatic memberSetSelectedItems
Sets the value of the SelectedItems attached property
Top
Fields
  NameDescription
Public fieldStatic memberCommandProperty
Identifies the Command dependency property
Public fieldStatic memberHeaderProperty
Identifies the Header dependency property
Public fieldStatic memberSelectedItemsProperty
Identifies the SelectedItems dependency property
Top
Attached Properties
  NameDescription
Public attached propertyCommand
Identifies the Command dependency property
Public attached propertyHeader
Identifies the Header dependency property
Public attached propertySelectedItems
Identifies the SelectedItems dependency property
Top
See Also