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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
DevExpress.ExpressApp.Utils.ICaptionHelper | The |
See Also