Class ImageCommandColumnTemplate
Inheritance
ImageCommandColumnTemplate
Assembly: DotNetNuke.dll
Syntax
public class ImageCommandColumnTemplate : ITemplate
Constructors
ImageCommandColumnTemplate()
Declaration
public ImageCommandColumnTemplate()
ImageCommandColumnTemplate(ListItemType)
Declaration
public ImageCommandColumnTemplate(ListItemType itemType)
Parameters
Properties
CommandName
Declaration
public string CommandName { get; set; }
Property Value
DesignMode
Declaration
public bool DesignMode { get; set; }
Property Value
EditMode
Declaration
public ImageCommandColumnEditMode EditMode { get; set; }
Property Value
ImageURL
Declaration
public string ImageURL { get; set; }
Property Value
ItemType
Declaration
public ListItemType ItemType { get; set; }
Property Value
KeyField
Declaration
public string KeyField { get; set; }
Property Value
NavigateURL
Declaration
public string NavigateURL { get; set; }
Property Value
Declaration
public string NavigateURLFormatString { get; set; }
Property Value
OnClickJS
Declaration
public string OnClickJS { get; set; }
Property Value
ShowImage
Declaration
public bool ShowImage { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Visible
Declaration
public bool Visible { get; set; }
Property Value
VisibleField
Declaration
public string VisibleField { get; set; }
Property Value
Methods
InstantiateIn(Control)
Declaration
public void InstantiateIn(Control container)
Parameters
Type |
Name |
Description |
Control |
container |
|
Implements
Extension Methods