ObjectListTitleAttribute | .NET 1.1 |
System.Web.UI.MobileControls (system.web.mobile.dll) | class |
This class is used internally by the ObjectList to
automatically generated a collection of
ObjectListField instances when
ObjectList.AutoGenerateFields is
True.
public class ObjectListTitleAttribute : Attribute {
// Public Constructors
public ObjectListTitleAttribute(string title);
// Public Instance Properties
public virtual string Title{get; }
}
Hierarchy
System.Object
System.Attribute
ObjectListTitleAttribute
Valid On
Property
|