Skip to main content
Tab

ValidationSummaryHeaderStyle Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ValidationSummaryHeaderStyle :
    AppearanceStyle

The following members return ValidationSummaryHeaderStyle objects:

Remarks

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

See Also