Class TextColumnTemplate
Inheritance
TextColumnTemplate
Assembly: DotNetNuke.dll
Syntax
public class TextColumnTemplate : ITemplate
Constructors
TextColumnTemplate()
Declaration
public TextColumnTemplate()
TextColumnTemplate(ListItemType)
Declaration
public TextColumnTemplate(ListItemType itemType)
Parameters
Properties
DataField
Declaration
public string DataField { get; set; }
Property Value
DesignMode
Declaration
public bool DesignMode { get; set; }
Property Value
ItemType
Declaration
public ListItemType ItemType { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Width
Declaration
public Unit Width { get; set; }
Property Value
Methods
InstantiateIn(Control)
Declaration
public void InstantiateIn(Control container)
Parameters
Type |
Name |
Description |
Control |
container |
|
Implements
Extension Methods