Skip to main content
Tab

ValidationSummaryStyles.Error Property

Gets the style settings that define validation error message appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ValidationSummaryErrorStyle Error { get; }

Property Value

Type Description
ValidationSummaryErrorStyle

An ValidationSummaryErrorStyle object that contains style settings.

See Also