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

BootstrapWebClientUIWidgetEx.SubtitleText Property

Specifies the widget subtitle’s text.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[Browsable(false)]
[DefaultValue("")]
public virtual string SubtitleText { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies the subtitle text.

Remarks

To specify the widget title’s text, use the BootstrapWebClientUIWidgetEx.TitleText property.

See Also