Class ImageCommandColumn
  
  
  
    Inheritance
    
    
    
    ImageCommandColumn
   
  
  
  
  Assembly: DotNetNuke.dll
  Syntax
  
    public class ImageCommandColumn : TemplateColumn, IStateManager
   
  Constructors
  
  ImageCommandColumn()
  
  
  Declaration
  
    public ImageCommandColumn()
   
  Properties
  
  CommandName
  
  
  Declaration
  
    public string CommandName { get; set; }
   
  Property Value
  
  
  EditMode
  
  
  Declaration
  
    public ImageCommandColumnEditMode EditMode { get; set; }
   
  Property Value
  
  
  IconKey
  
  
  Declaration
  
    public string IconKey { get; set; }
   
  Property Value
  
  
  IconSize
  
  
  Declaration
  
    public string IconSize { get; set; }
   
  Property Value
  
  
  IconStyle
  
  
  Declaration
  
    public string IconStyle { get; set; }
   
  Property Value
  
  
  ImageURL
  
  
  Declaration
  
    public string ImageURL { 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
  
  
  VisibleField
  
  
  Declaration
  
    public string VisibleField { get; set; }
   
  Property Value
  
  Methods
  
  Initialize()
  
  
  Declaration
  
    public override void Initialize()
   
  Overrides
  
  Implements
  
  Extension Methods