API Reference > ui-components > PropertyGrid > PropertyCategoryRendererManager PropertyCategoryRendererManager Class Beta Keeps a record of currently registered property category renderers and determines which renderers get invoked for each category. Methods Name Description constructor(): PropertyCategoryRendererManager addRenderer(rendererName: string, categoryRenderer: PropertyCategoryRenderer, override: boolean = false): void Registers a renderer factory function to be invoked on categories with specific renderer name. getCategoryComponent(categoryItem: GridCategoryItem): undefined | ComponentType<PropertyCategoryRendererProps> Retrieves a category rendering component based for the passed category item. removeRenderer(rendererName: string): void Removes previous renderer factory registration. Properties Name Type Description defaultManager Static PropertyCategoryRendererManager Defined in ui/components/src/ui-components/propertygrid/PropertyCategoryRendererManager.ts Line 37 Last Updated: 11 June, 2024