ViewBase::ItemContainerDefaultStyleKey Property
.NET Framework (current version)
Gets the style to use for the items in the view mode.
Assembly: PresentationFramework (in PresentationFramework.dll)
public protected: property Object^ ItemContainerDefaultStyleKey { virtual Object^ get(); }
Property Value
Type: System::Object^The style of a ListViewItem. The default value is the style for the ListBoxItem control.
Use this property to set the style for a ListViewItem.
.NET Framework
Available since 3.0
Available since 3.0
Show: