DataGridResourceKeys Class
Provides access to the resource keys that identify all reusable styles/resources included in this assembly.
public static class DataGridResourceKeys
- Inheritance:
- object object
Properties
DataGridCellStyleKey
Gets the ResourceKey for a Style that may be applied to DataGridCell elements.
DataGridColumnHeaderStyleKey
Gets the ResourceKey for a Style that may be applied to DataGridColumnHeader elements.
public static ResourceKey DataGridColumnHeaderStyleKey { get; }
Property Value
- ResourceKey:
A resource key.
DataGridRowHeaderStyleKey
Gets the ResourceKey for a Style that may be applied to DataGridRowHeader elements.
public static ResourceKey DataGridRowHeaderStyleKey { get; }
Property Value
- ResourceKey:
A resource key.
DataGridRowStyleKey
Gets the ResourceKey for a Style that may be applied to DataGridRow elements.
DataGridSelectAllButtonStyleKey
Gets the ResourceKey for a Style that may be applied to the select all button.
public static ResourceKey DataGridSelectAllButtonStyleKey { get; }
Property Value
- ResourceKey:
A resource key.
DataGridStyleKey
Gets the ResourceKey for a Style that may be applied to DataGrid elements.