BaseValidator::Display Property

 

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.

Namespace:   System.Web.UI.MobileControls
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::ValidatorDisplay

The 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
Return to top
Show: