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

XtraUserControl.Site Property

Gets or sets the site of the XtraUserControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v20.1.dll

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

Declaration

[Browsable(false)]
public override ISite Site { get; set; }

Property Value

Type Description
ISite

The ISite associated with the XtraUserControl, if any.

See Also