BootstrapGridViewBuilderBase<T>.OnBeforeRender(Action<IBootstrapGridView, IEventArgs>) Method
In This Article
Enables you to perform custom actions before the control is rendered into a web page.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public T OnBeforeRender(
Action<IBootstrapGridView, IEventArgs> action
)
#Parameters
Name | Type |
---|---|
action | Action<IBootstrap |
#Returns
Type |
---|
T |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also