useVirtualizedPropertyGridLayoutStorage Function

Returns callbacks for persisting and restoring VirtualizedPropertyGrid layout state. Returned ref should be set on container containing VirtualizedPropertyGrid.

useVirtualizedPropertyGridLayoutStorage<T extends Element<T>>(): { persist: () => void, ref: Ref<T>, restore: () => void }

Returns - { persist: () => void, ref: Ref<T>, restore: () => void }

Defined in

Last Updated: 05 April, 2024