GridView.GridViewStyleKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the key that references the style that is defined for the GridView.
public:
static property System::Windows::ResourceKey ^ GridViewStyleKey { System::Windows::ResourceKey ^ get(); };
public static System.Windows.ResourceKey GridViewStyleKey { get; }
static member GridViewStyleKey : System.Windows.ResourceKey
Public Shared ReadOnly Property GridViewStyleKey As ResourceKey
Property Value
A ResourceKey that references the Style that is applied to the GridView. The default value is the style for the ListView in the current theme.
Remarks
You can use this read-only static property in Extensible Application Markup Language (XAML) by assigning its static value to another property value. Specifically, this property's static value defines the resource key that is used to look up the default ListView style. To redefine this style, reference the GridViewStyleKey by using the x:Static Markup Extension and assign that value as the x:Key Directive of the new Style.
You can use this read-only property in Extensible Application Markup Language (XAML) as an x:Key Directive of a Style that redefines the Style for the ListView.