BootstrapGridViewCookiesSettingsBuilder.StoreGroupingAndSorting(Boolean) Method
In This Article
Sets whether a cookie and layout data contain information on sorting and grouping applied to GridView.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapGridViewCookiesSettingsBuilder StoreGroupingAndSorting(
bool storeGroupingAndSorting
)
#Parameters
Name | Type |
---|---|
store |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also