Back to Devexpress

LayoutRepositoryItem.RepositoryItem Property

windowsforms-devexpress-dot-xtralayout-dot-layoutrepositoryitem.md

latest1.3 KB
Original Source

LayoutRepositoryItem.RepositoryItem Property

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

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual RepositoryItem RepositoryItem { get; set; }
vb
<Browsable(False)>
Public Overridable Property RepositoryItem As RepositoryItem

Property Value

TypeDescription
RepositoryItem

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

|

See Also

LayoutRepositoryItem Class

LayoutRepositoryItem Members

DevExpress.XtraLayout Namespace