RgfGridColumnComponent Class

Definition

Namespace: Recrovit.RecroGridFramework.Client.Blazor.Components
Assembly: Recrovit.RecroGridFramework.Client.Blazor (in Recrovit.RecroGridFramework.Client.Blazor.dll) Version: 8.0.0.10102
C#
public class RgfGridColumnComponent : ComponentBase
Inheritance
Object    ComponentBase    RgfGridColumnComponent

Constructors

RgfGridColumnComponentInitializes a new instance of the RgfGridColumnComponent class

Properties

Methods

BuildRenderTree
(Overrides ComponentBaseBuildRenderTree(RenderTreeBuilder))
CreateJSArgs 
DispatchExceptionAsync Treats the supplied exception as being thrown by this component. This will cause the enclosing ErrorBoundary to transition into a failed state. If there is no enclosing ErrorBoundary, it will be regarded as an exception from the enclosing renderer. This is useful if an exception occurs outside the component lifecycle methods, but you wish to treat it the same as an exception from a component lifecycle method.
(Inherited from ComponentBase)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetCellClassAsync 
GetCellStyleAsync(IJSRuntime, RgfEntity, RgfProperty, RgfDynamicDictionary) 
GetCellStyleAsync(String, IJSRuntime, RgfEntity, RgfProperty, RgfDynamicDictionary) 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetRowClassAsync 
GetRowStyleAsync 
GetTypeGets the Type of the current instance.
(Inherited from Object)
InvokeAsync(Action) Executes the supplied work item on the associated renderer's synchronization context.
(Inherited from ComponentBase)
InvokeAsync(FuncTask) Executes the supplied work item on the associated renderer's synchronization context.
(Inherited from ComponentBase)
JSHandlerAsync 
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnAfterRender Method invoked after each time the component has rendered interactively and the UI has finished updating (for example, after elements have been added to the browser DOM). Any ElementReference fields will be populated by the time this runs. This method is not invoked during prerendering or server-side rendering, because those processes are not attached to any live browser DOM and are already complete before the DOM is updated.
(Inherited from ComponentBase)
OnAfterRenderAsync
(Overrides ComponentBaseOnAfterRenderAsync(Boolean))
OnInitialized Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree.
(Inherited from ComponentBase)
OnInitializedAsync Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Override this method if you will perform an asynchronous operation and want the component to refresh when that operation is completed.
(Inherited from ComponentBase)
OnParametersSet Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.
(Inherited from ComponentBase)
OnParametersSetAsync
(Overrides ComponentBaseOnParametersSetAsync)
SetParametersAsync Sets parameters supplied by the component's parent in the render tree.
(Inherited from ComponentBase)
ShouldRender Returns a flag to indicate whether the component should render.
(Inherited from ComponentBase)
StateHasChanged Notifies the component that its state has changed. When applicable, this will cause the component to be re-rendered.
(Inherited from ComponentBase)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also