CaptionHelper Properties
Exposes static methods used to localize display captions in an XAF application.Name | Description |
---|---|
ApplicationModel static | Provides access to the Application Model. |
Instance static |
Obsolete. Returns the ICaptionHelper instance that matches the ICaptionHelperProvider output to use string localization in a platform-agnostic manner.
|
NullValueText static | Specifies the localized value of the Localization | Texts | NullValueText node’s Value property. |
RemoveAcceleratorSymbol static | Specifies whether the ampersand character used to represent accelerator keys in captions is removed by the CaptionHelper.GetLocalizedText method. |
See Also