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

ValidationSummaryStyles.Error Property

Gets the style settings that define validation error message appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ValidationSummaryErrorStyle Error { get; }

Property Value

Type Description
ValidationSummaryErrorStyle

An ValidationSummaryErrorStyle object that contains style settings.

See Also