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

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

public static ResourceKey DataGridCellStyleKey { get; }

Property Value

ResourceKey:

A resource key.

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.

public static ResourceKey DataGridRowStyleKey { get; }

Property Value

ResourceKey:

A resource key.

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.

public static ResourceKey DataGridStyleKey { get; }

Property Value

ResourceKey:

A resource key.

Inherited Members