Back to Devexpress

ValidationSummaryErrorStyle Class

aspnet-devexpress-dot-web-67a69870.md

latest2.3 KB
Original Source

ValidationSummaryErrorStyle Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ValidationSummaryErrorStyle :
    AppearanceStyle
vb
Public Class ValidationSummaryErrorStyle
    Inherits 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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle ValidationSummaryErrorStyle

See Also

ValidationSummaryErrorStyle Members

ErrorStyle

Validation Summary

DevExpress.Web Namespace