Back to Devexpress

RepositoryItem.Site Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-ebb67b1c.md

latest1.3 KB
Original Source

RepositoryItem.Site Property

Gets or sets a ISite for the object.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override ISite Site { get; set; }
vb
<Browsable(False)>
Public Overrides Property Site As ISite

Property Value

TypeDescription
ISite

A ISite for the object.

|

See Also

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace