Skip to main content

ValidationSummarySettings.HeaderText Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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