ColumnsCollectedNotifier<TGridItem>.Attach(RenderHandle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attaches the component to a RenderHandle.
public void Attach (Microsoft.AspNetCore.Components.RenderHandle renderHandle);
abstract member Attach : Microsoft.AspNetCore.Components.RenderHandle -> unit
override this.Attach : Microsoft.AspNetCore.Components.RenderHandle -> unit
Public Sub Attach (renderHandle As RenderHandle)
Parameters
- renderHandle
- RenderHandle
A RenderHandle that allows the component to be rendered.