UIContextHelperGetTitleText Method |
Gets title text based on 'titletext' property. If this property is not found, use element's caption (not localized).
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax public static string GetTitleText(
UIContext context
)
Parameters
- context
- Type: CMS.FormEngine.Web.UIUIContext
Control's UI context
Return Value
Type:
StringSee Also