ViewBase::DefaultStyleKey Property

 

Gets the object that is associated with the style for the view mode.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public protected:
property Object^ DefaultStyleKey {
	virtual Object^ get();
}

Property Value

Type: System::Object^

The style to use for the view mode. The default value is the style for the ListBox.

If this property is not overridden by a derived class, the style for the ListBox control is used as the default style.

Use this property to set the style for the ListView.

.NET Framework
Available since 3.0
Return to top
Show: