BootstrapGridViewBehaviorSettingsBuilder.AllowClientEventsOnLoad(Boolean) Method
In This Article
Sets a value that specifies whether the FocusedElementChanged and SelectionChanged client-side events are invoked on the first load.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapGridViewBehaviorSettingsBuilder AllowClientEventsOnLoad(
bool allowClientEventsOnLoad
)
#Parameters
Name | Type |
---|---|
allow |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also