Skip to main content
A newer version of this page is available. .
Tab

SplitterPaneCollection.GetByName(String) Method

OBSOLETE

Use the Item[string name] property instead.

Returns a collection item object with the specified SplitterPane.Name property value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[Obsolete("Use the Item[string name] property instead.")]
public SplitterPane GetByName(
    string name
)

Parameters

Name Type Description
name String

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

Returns

Type Description
SplitterPane

A SplitterPane 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