Show / Hide Table of Contents

Class DNNMultiStateBoxColumnTemplate

Inheritance
object
DNNMultiStateBoxColumnTemplate
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 DNNMultiStateBoxColumnTemplate : ITemplate

Constructors

DNNMultiStateBoxColumnTemplate()

Declaration
public DNNMultiStateBoxColumnTemplate()

DNNMultiStateBoxColumnTemplate(ListItemType)

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

Properties

AutoPostBack

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

DataField

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

DesignMode

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

Enabled

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

EnabledField

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

ImagePath

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

ItemType

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

SelectedStateKey

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

States

Declaration
public DNNMultiStateCollection States { get; set; }
Property Value
Type Description
DNNMultiStateCollection

Text

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

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