The ImageCommandColumnTemplate type exposes the following members.

Constructors

  NameDescription
Public methodImageCommandColumnTemplate()()()()
DotNetNuke.UI.WebControls.ImageCommandColumnTemplate
Public methodImageCommandColumnTemplate(ListItemType)
DotNetNuke.UI.WebControls.ImageCommandColumnTemplate

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 instantiates the template (implementation of ITemplate)
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 propertyCommandName
Gets or sets the CommandName for the Column
Public propertyDesignMode
Gets or sets the Design Mode of the Column
Public propertyEditMode
Gets or sets the CommandName for the Column
Public propertyImageURL
Gets or sets the URL of the Image
Public propertyItemType
The type of Template to Create
Public propertyKeyField
The Key Field that provides a Unique key to the data Item
Public propertyNavigateURL
Gets or sets the URL of the Link (unless DataBinding through KeyField)
Public propertyNavigateURLFormatString
Gets or sets the URL Formatting string
Public propertyOnClickJS
Javascript text to attach to the OnClick Event
Public propertyShowImage
Gets or sets whether an Image is displayed
Public propertyText
Gets or sets the Text (for Header/Footer Templates)
Public propertyVisible
An flag that indicates whether the buttons are visible (this is overridden if the VisibleField is set) changed
Public propertyVisibleField
An flag that indicates whether the buttons are visible.

See Also