Back to Devexpress

XtraUserControl.Site Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrausercontrol-ed01ab1f.md

latest1.3 KB
Original Source

XtraUserControl.Site Property

Gets or sets the site of the XtraUserControl.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
ISite

The ISite associated with the XtraUserControl, if any.

|

See Also

XtraUserControl Class

XtraUserControl Members

DevExpress.XtraEditors Namespace