Skip to main content

XtraUserControl.Site Property

Gets or sets the site of the XtraUserControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.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