Skip to main content

AutoHideGroupCollection.Item[String] Property

Provides access to items in the AutoHideGroupCollection by name.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v14.2.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