Skip to main content

BootstrapDialogLayoutSettings<TViewModel, TLayoutElements>.FindLayoutElement(String) Method

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.1.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapDialogLayoutElement FindLayoutElement(
    string name
)

Parameters

Name Type
name String

Returns

Type
BootstrapDialogLayoutElement
See Also