using System; namespace DelftTools.Utils.ComponentModel { /// /// Use in combination with GuiPlugin.GetPropertyInfos and DynamicObjectProperties, to indicate that this property should be /// included in the PropertyGrid /// public class PropertyGridAttribute : Attribute {} }