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

ValidationSummaryErrorStyle Class

Contains style settings that define the appearance of the error item within the validation summary editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ValidationSummaryErrorStyle :
    AppearanceStyle

The following members return ValidationSummaryErrorStyle objects:

Remarks

The ValidationSummaryErrorStyle class contains settings that define the style of the error item within the ASPxValidationSummary control.

An object of the ValidationSummaryErrorStyle type can be accessed via the ASPxValidationSummary.ErrorStyle property.

See Also