Skip to main content
All docs
V23.2
.NET 6.0+

CaptionHelper.Instance Property

OBSOLETE

Use the 'ICaptionHelperProvider' service or the 'CaptionHelper.GetService(IServiceProvider serviceProvider)' method instead. For more information, see https://devexpress.com/kb=T1121273.

Returns the ICaptionHelper instance that matches the ICaptionHelperProvider output to use string localization in a platform-agnostic manner.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Obsolete("Use the 'ICaptionHelperProvider' service or the 'CaptionHelper.GetService(IServiceProvider serviceProvider)' method instead. For more information, see https://devexpress.com/kb=T1121273.", false)]
public static ICaptionHelper Instance { get; }

Property Value

Type Description
DevExpress.ExpressApp.Utils.ICaptionHelper

The ICaptionHelper instance for string localization.

See Also