Show / Hide Table of Contents

Class DNNMultiStateBoxColumn

Inheritance
object
DataGridColumn
TemplateColumn
DNNMultiStateBoxColumn
Implements
IStateManager
Inherited Members
TemplateColumn.InitializeCell(TableCell, int, ListItemType)
TemplateColumn.EditItemTemplate
TemplateColumn.FooterTemplate
TemplateColumn.HeaderTemplate
TemplateColumn.ItemTemplate
DataGridColumn.LoadViewState(object)
DataGridColumn.TrackViewState()
DataGridColumn.OnColumnChanged()
DataGridColumn.SaveViewState()
DataGridColumn.ToString()
DataGridColumn.DesignMode
DataGridColumn.FooterStyle
DataGridColumn.FooterText
DataGridColumn.HeaderImageUrl
DataGridColumn.HeaderStyle
DataGridColumn.HeaderText
DataGridColumn.ItemStyle
DataGridColumn.Owner
DataGridColumn.SortExpression
DataGridColumn.ViewState
DataGridColumn.Visible
DataGridColumn.IsTrackingViewState
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 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
Type Description
bool

DataField

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

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

SelectedStateKey

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

States

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

Methods

Initialize()

Declaration
public override void Initialize()
Overrides
DataGridColumn.Initialize()

Implements

IStateManager

Extension Methods

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