Back to Devexpress

ValidationSummarySettings.HeaderText Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-validationsummarysettings.md

latest1.2 KB
Original Source

ValidationSummarySettings.HeaderText Property

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public string HeaderText { get; set; }
vb
Public Property HeaderText As String

Property Value

TypeDescription
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

Validation Summary

ValidationSummarySettings Class

ValidationSummarySettings Members

DevExpress.Web.Mvc Namespace