Exemplo n.º 1
0
 public ASPxSmartGridViewCommandColumnHeaderCell(ASPxGridViewRenderHelper renderHelper, SmartGridViewCommandColumn column, GridViewHeaderLocation location, bool removeLeftBorder, bool removeRightBorder)
     : base(renderHelper, column, location, removeLeftBorder, removeRightBorder)
 {
 }
Exemplo n.º 2
0
 public ASPxSmartGridViewECAllButtonsBlockContent(SmartGridViewCommandColumn column, GridViewHeaderLocation location)
 {
     Column   = column;
     Location = location;
 }