Back to Devexpress

ValidationSummaryHeaderStyle Class

aspnet-devexpress-dot-web-78a2932e.md

latest2.2 KB
Original Source

ValidationSummaryHeaderStyle Class

Contains style settings that define the appearance of the validation summary’s header.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ValidationSummaryHeaderStyle :
    AppearanceStyle
vb
Public Class ValidationSummaryHeaderStyle
    Inherits AppearanceStyle

The following members return ValidationSummaryHeaderStyle objects:

Remarks

An object of the ValidationSummaryHeaderStyle type can be accessed via the ASPxValidationSummary.HeaderStyle property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle ValidationSummaryHeaderStyle

See Also

ValidationSummaryHeaderStyle Members

HeaderStyle

Validation Summary

DevExpress.Web Namespace