API Reference > presentation-components > PropertyGrid > propertyGridWithUnifiedSelection propertyGridWithUnifiedSelection Function A HOC component that adds unified selection functionality to the supplied property grid component. Note: it is required for the property grid to use IPresentationPropertyDataProvider propertyGridWithUnifiedSelection<P extends PropertyGridProps>(PropertyGridComponent: React.ComponentType<P extends PropertyGridProps>): React.ComponentType<P extends PropertyGridProps & PropertyGridWithUnifiedSelectionProps> Parameter Type Description PropertyGridComponent React.ComponentType<P extends PropertyGridProps> Returns - React.ComponentType<P extends PropertyGridProps & PropertyGridWithUnifiedSelectionProps> Defined in presentation/components/src/propertygrid/WithUnifiedSelection.tsx Line 55 Last Updated: 13 June, 2024