In This Article

GridsResourceKeys Class

Provides access to the resource keys that identify all reusable styles/resources included in this assembly.

public static class GridsResourceKeys
Inheritance:
object object

Properties

CategoryEditorPropertyGridItemStyle

Gets the ResourceKey for a Style that may be applied to PropertyGrid item elements generated for category editors.

public static ResourceKey CategoryEditorPropertyGridItemStyle { get; }

Property Value

ResourceKey:

A resource key.

CategoryPropertyGridItemStyle

Gets the ResourceKey for a Style that may be applied to PropertyGrid item elements generated for categories.

public static ResourceKey CategoryPropertyGridItemStyle { get; }

Property Value

ResourceKey:

A resource key.

PropertyPropertyGridItemStyle

Gets the ResourceKey for a Style that may be applied to PropertyGrid item elements generated for properties.

public static ResourceKey PropertyPropertyGridItemStyle { get; }

Property Value

ResourceKey:

A resource key.

Inherited Members