BootstrapGridViewBehaviorSettingsBuilder.ProcessSelectionChangedOnServer(Boolean) Method
In This Article
Sets a value that specifies whether selection changes should be processed on the server side.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapGridViewBehaviorSettingsBuilder ProcessSelectionChangedOnServer(
bool processSelectionChangedOnServer
)
#Parameters
Name | Type |
---|---|
process |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also