DekGenius.com
[ Team LiB ] Previous Section Next Section

ITemplateable.NET 1.1

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

This is a marker interface. It includes no members, but it identifies control classes that support templating. Classes that support templating include the List, ObjectList, and Panel.

public interface ITemplateable {
// No public or protected members
}

Implemented By

List, ObjectList, Panel, Style

    [ Team LiB ] Previous Section Next Section