Class DNNMultiStateBoxColumnTemplate
Inheritance
DNNMultiStateBoxColumnTemplate
Assembly: DotNetNuke.dll
Syntax
public class DNNMultiStateBoxColumnTemplate : ITemplate
Constructors
DNNMultiStateBoxColumnTemplate()
Declaration
public DNNMultiStateBoxColumnTemplate()
DNNMultiStateBoxColumnTemplate(ListItemType)
Declaration
public DNNMultiStateBoxColumnTemplate(ListItemType itemType)
Parameters
Properties
AutoPostBack
Declaration
public bool AutoPostBack { get; set; }
Property Value
DataField
Declaration
public string DataField { get; set; }
Property Value
DesignMode
Declaration
public bool DesignMode { get; set; }
Property Value
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
EnabledField
Declaration
public string EnabledField { get; set; }
Property Value
ImagePath
Declaration
public string ImagePath { get; set; }
Property Value
ItemType
Declaration
public ListItemType ItemType { get; set; }
Property Value
SelectedStateKey
Declaration
public string SelectedStateKey { get; set; }
Property Value
States
Declaration
public DNNMultiStateCollection States { get; set; }
Property Value
Type |
Description |
DNNMultiStateCollection |
|
Text
Declaration
public string Text { get; set; }
Property Value
Methods
InstantiateIn(Control)
Declaration
public void InstantiateIn(Control container)
Parameters
Type |
Name |
Description |
Control |
container |
|
Implements
Extension Methods