Show / Hide Table of Contents

Class ImageCommandColumnTemplate

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

Constructors

ImageCommandColumnTemplate()

Declaration
public ImageCommandColumnTemplate()

ImageCommandColumnTemplate(ListItemType)

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

Properties

CommandName

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

DesignMode

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

EditMode

Declaration
public ImageCommandColumnEditMode EditMode { get; set; }
Property Value
Type Description
ImageCommandColumnEditMode

ImageURL

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

ItemType

Declaration
public ListItemType ItemType { get; set; }
Property Value
Type Description
ListItemType

KeyField

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

NavigateURL

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

NavigateURLFormatString

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

OnClickJS

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

ShowImage

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

Text

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

Visible

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

VisibleField

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

Methods

InstantiateIn(Control)

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

Implements

ITemplate

Extension Methods

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