A newer version of this page is available.
Switch to the current version.
XtraUserControl.Site Property
Gets or sets the site of the XtraUserControl.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v18.2.dll
Declaration
[Browsable(false)]
public override ISite Site { get; set; }
<Browsable(False)>
Public Overrides Property Site As ISite
Property Value
Type | Description |
---|---|
ISite | The ISite associated with the XtraUserControl, if any. |
See Also
Feedback