BaseValidator::Display Property
.NET Framework (current version)
Gets or sets the display behavior of the error message of the validation control. The default value is Dynamic. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BindableAttribute(true)] property ValidatorDisplay Display { ValidatorDisplay get(); void set(ValidatorDisplay value); }
Property Value
Type: System.Web.UI.WebControls::ValidatorDisplayThe display behavior of the error message of the validation control.
The Display property supports only the Dynamic value.
The .NET Framework Web Forms ValidatorDisplay enumeration represents the different display behaviors of the error messages in validation controls.
.NET Framework
Available since 1.1
Available since 1.1
Show: