Skip to main content

MVCxSplitterPaneCollection.FindByName(String) Method

Returns a pane object with the specified SplitterPane.Name property value.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxSplitterPane FindByName(
    string name
)

Parameters

Name Type Description
name String

A String value representing the SplitterPane.Name property value of the required pane.

Returns

Type Description
MVCxSplitterPane

A MVCxSplitterPane object with a specific value of the SplitterPane.Name property.

Remarks

Use this method to obtain a pane specified by a unique name assigned to its SplitterPane.Name property.

See Also