New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.RequiredPropertyAttribute

The presence of this attribute on a property of a subclass of TargetControlPropertiesBase indicates that the property value is required and the control can not be used without it. Absence of a required property value causes an exception to be thrown during creation of the control.

Inheritance Hierarchy

  • System.Object
  • System.Attribute
  • Telerik.Web.RequiredPropertyAttribute
In this article