DeviceOverridableAttribute

DeviceOverridableAttributeobsolete, .NET 1.1

System.Web.UI.MobileControls (system.web.mobile.dll)class

This attribute indicates whether you can override a device adapter.

public class DeviceOverridableAttribute : Attribute {
// Public Constructors
   public DeviceOverridableAttribute( );
   public DeviceOverridableAttribute(bool overridable);
// Public Instance Properties
   public bool Overridable{get; }
}

Hierarchy

System.Object System.Attribute DeviceOverridableAttribute

Valid On

All



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace