Gets or sets text which dispayed on the caption bar of the C1Window dialog window.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[LayoutAttribute(LayoutType.Behavior)]
[DefaultValueAttribute("")]
[C1CategoryAttribute("Category.Behavior")]
[JsonAttribute(true, true, "")]
public string Text { get; set; }
Visual Basic
<LayoutAttribute(LayoutType.Behavior)> _
<DefaultValueAttribute("")> _
<C1CategoryAttribute("Category.Behavior")> _
<JsonAttribute(True, True, "")> _
Public Property Text As String
	Get
	Set

See Also