Share via


ValidatorAggregator.Display property

Gets or sets the view state of the control.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<ThemeableAttribute(False)> _
Public Property Display As ValidatorDisplay
    Get
    Set
'Usage
Dim instance As ValidatorAggregator
Dim value As ValidatorDisplay

value = instance.Display

instance.Display = value
[ThemeableAttribute(false)]
public ValidatorDisplay Display { get; set; }

Property value

Type: System.Web.UI.WebControls.ValidatorDisplay
One of the enumeration values of type [T:][System.Web.UI.WebControls][.ValidatorDisplay] that specifies the display view state of the control. The default is ValidatorDisplay.Static.

See also

Reference

ValidatorAggregator class

ValidatorAggregator members

Microsoft.SharePoint.Publishing.WebControls namespace