In This Article

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

The ResourceKey for a Style that may be applied to DataGridCell elements.

public static ResourceKey DataGridCellStyleKey { get; }

Property Value

ResourceKey

DataGridColumnHeaderStyleKey

The ResourceKey for a Style that may be applied to DataGridColumnHeader elements.

public static ResourceKey DataGridColumnHeaderStyleKey { get; }

Property Value

ResourceKey

DataGridRowHeaderStyleKey

The ResourceKey for a Style that may be applied to DataGridRowHeader elements.

public static ResourceKey DataGridRowHeaderStyleKey { get; }

Property Value

ResourceKey

DataGridRowStyleKey

The ResourceKey for a Style that may be applied to DataGridRow elements.

public static ResourceKey DataGridRowStyleKey { get; }

Property Value

ResourceKey

DataGridSelectAllButtonStyleKey

The ResourceKey for a Style that may be applied to the select all button.

public static ResourceKey DataGridSelectAllButtonStyleKey { get; }

Property Value

ResourceKey

DataGridStyleKey

The ResourceKey for a Style that may be applied to DataGrid elements.

public static ResourceKey DataGridStyleKey { get; }

Property Value

ResourceKey

Inherited Members