Skip to main content
A newer version of this page is available. .

XafApplication.CurrentAspectProvider Property

Returns an ICurrentAspectProvider object that supplies culture-specific information.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

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