BootstrapGridViewBuilderBase<T>.SettingsPopup(Action<BootstrapGridViewPopupControlSettingsBuilder>) Method
In This Article
Provides access to the settings of different popup elements.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public T SettingsPopup(
Action<BootstrapGridViewPopupControlSettingsBuilder> config
)
#Parameters
Name | Type |
---|---|
config | Action<Bootstrap |
#Returns
Type |
---|
T |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also