Show / Hide Table of Contents

Class TextColumnTemplate

Inheritance
object
TextColumnTemplate
Implements
ITemplate
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class TextColumnTemplate : ITemplate

Constructors

TextColumnTemplate()

Declaration
public TextColumnTemplate()

TextColumnTemplate(ListItemType)

Declaration
public TextColumnTemplate(ListItemType itemType)
Parameters
Type Name Description
ListItemType itemType

Properties

DataField

Declaration
public string DataField { get; set; }
Property Value
Type Description
string

DesignMode

Declaration
public bool DesignMode { get; set; }
Property Value
Type Description
bool

ItemType

Declaration
public ListItemType ItemType { get; set; }
Property Value
Type Description
ListItemType

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
string

Width

Declaration
public Unit Width { get; set; }
Property Value
Type Description
Unit

Methods

InstantiateIn(Control)

Declaration
public void InstantiateIn(Control container)
Parameters
Type Name Description
Control container

Implements

ITemplate

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS