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

AutoHideGroupCollection.Item[String] Property

Provides access to items in the AutoHideGroupCollection by name.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public BaseLayoutItem this[string name] { get; }

Parameters

Name Type Description
name String

A string value that specifies the name of the item to be located.

Property Value

Type Description
BaseLayoutItem

A BaseLayoutItem object with the specified name.

See Also