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

ValidationSummarySettings.HeaderText Property

Gets or sets the text content of an editor’s header.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public string HeaderText { get; set; }

Property Value

Type Description
String

A string value that specifies a header text.

Remarks

Use the HeaderText property to specify the text displayed within an editor’s header.

See Also