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

XafApplication.CurrentAspectProvider Property

Returns an ICurrentAspectProvider object that supplies culture-specific information.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
public ICurrentAspectProvider CurrentAspectProvider { get; }

Property Value

Type Description
DevExpress.ExpressApp.ICurrentAspectProvider

An ICurrentAspectProvider object that supplies culture-specific information.

Remarks

For internal use.

See Also