Skip to main content
.NET 6.0+

XafApplication.CurrentAspectProvider Property

Returns an ICurrentAspectProvider object that supplies culture-specific information.

Namespace: DevExpress.ExpressApp

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