Gets the list of display titles in the "back" history. If a display file does not have a configured title, the filename without the path and extension will be used instead.

Namespace: Ico.Gwx
Assembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string[] HistoryBackTitles { get; private set; }
Visual Basic
Public Property HistoryBackTitles As String()
	Get
	Private Set
JScript
function get HistoryBackTitles () : String[]
private function set HistoryBackTitles (value : String[])

See Also