Skip to main content
A newer version of this page is available.

BootstrapWebClientUIWidgetEx.TitleText Property

Specifies the widget title’s text.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[DefaultValue("")]
public virtual string TitleText { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies the title text.

Remarks

To specify the widget subtitle’s text, use the BootstrapWebClientUIWidgetEx.SubtitleText property.

See Also