Skip to content

net472_PropertyGridHelpers.Attributes_DynamicPathSourceAttribute_PathPropertyName

dparvin edited this page Jan 11, 2026 · 11 revisions

DynamicPathSourceAttribute.PathPropertyName property

Gets the name of the property that contains the resource path to use for this context. The referenced property should return a string representing a fully qualified resource class name (e.g., "MyApp.Resources.MyStrings").

public string PathPropertyName { get; }

See Also

Clone this wiki locally