Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XafApplication.Site Property

For internal use only.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override ISite Site { get; set; }

Property Value

Type Description
ISite

An object implementing the ISite interface. This object is associated with the application while it is designed.

See Also