Click or drag to resize
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.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static string GetTitleText(
	UIContext context
)

Parameters

context
Type: CMS.FormEngine.Web.UIUIContext
Control's UI context

Return Value

Type: String
See Also