BootstrapDialogLayoutSettings.InsertBefore(BootstrapDialogLayoutElement, BootstrapDialogLayoutElement) Method
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v26.1.dll
Declaration
public void InsertBefore(
BootstrapDialogLayoutElement newElement,
BootstrapDialogLayoutElement existingElement
)
Parameters
| Name | Type |
|---|---|
| newElement | BootstrapDialogLayoutElement |
| existingElement | BootstrapDialogLayoutElement |
See Also