Class DNNMultiStateBoxColumn
Inheritance
DNNMultiStateBoxColumn
Assembly: DotNetNuke.dll
Syntax
public class DNNMultiStateBoxColumn : TemplateColumn, IStateManager
Constructors
DNNMultiStateBoxColumn()
Declaration
public DNNMultiStateBoxColumn()
DNNMultiStateBoxColumn(bool)
Declaration
public DNNMultiStateBoxColumn(bool autoPostBack)
Parameters
Type |
Name |
Description |
bool |
autoPostBack |
|
Properties
AutoPostBack
Declaration
public bool AutoPostBack { get; set; }
Property Value
DataField
Declaration
public string DataField { 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
SelectedStateKey
Declaration
public string SelectedStateKey { get; set; }
Property Value
States
Declaration
public DNNMultiStateCollection States { get; set; }
Property Value
Type |
Description |
DNNMultiStateCollection |
|
Methods
Initialize()
Declaration
public override void Initialize()
Overrides
Implements
Extension Methods