The DNNMultiStateBoxColumnTemplate type exposes the following members.

Constructors

  NameDescription
Public methodDNNMultiStateBoxColumnTemplate()()()()
DotNetNuke.UI.WebControls.DNNMultiStateBoxColumnTemplate
Public methodDNNMultiStateBoxColumnTemplate(ListItemType)
DotNetNuke.UI.WebControls.DNNMultiStateBoxColumnTemplate

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInstantiateIn
InstantiateIn is called when the Template is instantiated by the parent control
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

Properties

  NameDescription
Public propertyAutoPostBack
Gets and sets whether the column fires a postback when the control changes
Public propertyDataField
The Data Field that the column should bind to
Public propertyDesignMode
Gets or sets the Design Mode of the Column
Public propertyEnabled
An flag that indicates whether the control is enabled (this is overridden if the EnabledField is set changed
Public propertyEnabledField
The Data Field that determines whether the control is Enabled changed
Public propertyImagePath
Gets and sets the image path of the DNNMultiStateBox
Public propertyItemType
The type of Template to Create
Public propertySelectedStateKey
Gets and sets the selected state of the DNNMultiStateBox (unless DataBound)
Public propertyStates
Gets and sets the state collection of the DNNMultiStateBox
Public propertyText
The Text to display in a Header Template

See Also