Version

PropertyGenerationOptions Class

A class that defines options for the generation of PropertyGridPropertyItems by property generators - i.e., classes that derive from PropertyGeneratorBase. An instance of this class is automatically created with default settings when needed for property generation. Alternatively, an instance of this class can be manually created and assigned to the XamPropertyGrid.PropertyGenerationOptions property to specify custom generation options.
Syntax
'Declaration
 
Public Class PropertyGenerationOptions 
public class PropertyGenerationOptions 
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also