Skip to main content
.NET 6.0+

XafApplication.Site Property

For internal use only.

Namespace: DevExpress.ExpressApp

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