Show / Hide Table of Contents

Class CheckBoxColumnTemplate

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

Constructors

CheckBoxColumnTemplate()

Declaration
public CheckBoxColumnTemplate()

CheckBoxColumnTemplate(ListItemType)

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

Properties

AutoPostBack

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

Checked

Declaration
public bool Checked { 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

HeaderCheckBox

Declaration
public bool HeaderCheckBox { 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

Methods

InstantiateIn(Control)

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

Events

CheckedChanged

Declaration
public event DNNDataGridCheckedColumnEventHandler CheckedChanged
Event Type
Type Description
DNNDataGridCheckedColumnEventHandler

Implements

ITemplate

Extension Methods

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