Skip to main content

BootstrapDialogLayoutSettings.InsertBefore(BootstrapDialogLayoutElement, BootstrapDialogLayoutElement) Method

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public void InsertBefore(
    BootstrapDialogLayoutElement newElement,
    BootstrapDialogLayoutElement existingElement
)

Parameters

Name Type
newElement BootstrapDialogLayoutElement
existingElement BootstrapDialogLayoutElement
See Also