MindFusion.UI for WebForms Programmer's Guide

Window.Title Property

See Also
 





Gets or sets the title text of this Window.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public string Title { get; set; }

Visual Basic  Copy Code

Public Property Title As String

 Property Value

Type: String
A string that specifies the text displayed in the item's header. Default value is an empty string ("").

 See Also