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