BootstrapGridViewBuilderBase<T>.SettingsCookies(Action<BootstrapGridViewCookiesSettingsBuilder>) Method
In This Article
Provides access to the control’s cookie and layout settings.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public T SettingsCookies(
Action<BootstrapGridViewCookiesSettingsBuilder> config
)
#Parameters
Name | Type |
---|---|
config | Action<Bootstrap |
#Returns
Type |
---|
T |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also