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

LayoutRepositoryItem.RepositoryItem Property

Gets or sets a repository item associated with the current layout item.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

[Browsable(false)]
public virtual RepositoryItem RepositoryItem { get; set; }

Property Value

Type Description
RepositoryItem

A RepositoryItem object to be associated with the current layout item.

See Also