Example #1
0
 public ImageCommandColumnTemplate(ListItemType itemType)
 {
     this.mEditMode  = ImageCommandColumnEditMode.Command;
     this.mItemType  = ListItemType.Item;
     this.mShowImage = true;
     this.mVisible   = true;
     this.ItemType   = itemType;
 }
 public ImageCommandColumn()
 {
     this.mEditMode = ImageCommandColumnEditMode.Command;
     this.mShowImage = true;
     this.mVisible = true;
 }
 public ImageCommandColumnTemplate( ListItemType itemType )
 {
     this.mEditMode = ImageCommandColumnEditMode.Command;
     this.mItemType = ListItemType.Item;
     this.mShowImage = true;
     this.mVisible = true;
     this.ItemType = itemType;
 }
Example #4
0
 public ImageCommandColumn()
 {
     this.mEditMode  = ImageCommandColumnEditMode.Command;
     this.mShowImage = true;
     this.mVisible   = true;
 }